From d689c96fee4af4df6d7f2f9f6899b8efb3cc3c9c Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 26 May 2020 11:42:41 +0800 Subject: [PATCH 1/4] add aio test --- .../azure-mgmt-storage/tests/_aio_testcase.py | 33 + ...t_cli_mgmt_storage_async.test_storage.yaml | 3061 +++++++++++++++++ .../tests/test_cli_mgmt_storage.py | 129 +- .../tests/test_cli_mgmt_storage_async.py | 811 +++++ 4 files changed, 3909 insertions(+), 125 deletions(-) create mode 100644 sdk/storage/azure-mgmt-storage/tests/_aio_testcase.py create mode 100644 sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml create mode 100644 sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py diff --git a/sdk/storage/azure-mgmt-storage/tests/_aio_testcase.py b/sdk/storage/azure-mgmt-storage/tests/_aio_testcase.py new file mode 100644 index 000000000000..2ed8b31b3121 --- /dev/null +++ b/sdk/storage/azure-mgmt-storage/tests/_aio_testcase.py @@ -0,0 +1,33 @@ +import asyncio +from unittest.mock import Mock + +from azure.core.credentials import AccessToken +from azure.identity.aio import DefaultAzureCredential +from devtools_testutils import AzureMgmtTestCase + +class AzureMgmtAsyncTestCase(AzureMgmtTestCase): + + def setUp(self): + super(AzureMgmtAsyncTestCase, self).setUp() + + @property + def event_loop(self): + return asyncio.get_event_loop() + + def create_mgmt_aio_client(self, client, **kwargs): + if self.is_live: + credential = DefaultAzureCredential() + else: + credential = Mock(get_token=asyncio.coroutine(lambda _: AccessToken("fake-token", 0))) + return client( + credential=credential, + subscription_id=self.settings.SUBSCRIPTION_ID + ) + + def to_list(self, ait): + async def lst(): + result = [] + async for item in ait: + result.append(item) + return result + return self.event_loop.run_until_complete(lst()) diff --git a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml new file mode 100644 index 000000000000..1f1f0480f489 --- /dev/null +++ b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml @@ -0,0 +1,3061 @@ +interactions: +- request: + body: '{"sku": {"name": "Standard_GRS"}, "kind": "StorageV2", "location": "westeurope", + "tags": {"key1": "value1", "key2": "value2"}, "properties": {"encryption": {"services": + {"blob": {"enabled": true, "keyType": "Account"}, "file": {"enabled": true, + "keyType": "Account"}}, "keySource": "Microsoft.Storage"}}}' + headers: + Accept: + - application/json + Content-Length: + - '304' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03:37:44 GMT + expires: '-1' + location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1199' + status: + code: 202 + message: Accepted + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:38: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 +- request: + body: '{"location": "westeurope", "properties": {"addressSpace": {"addressPrefixes": + ["10.0.0.0/16"]}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '96' + Content-Type: + - application/json; charset=utf-8 + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ + ,\r\n \"etag\": \"W/\\\"aad9b3cd-3255-4594-88c6-d4d55e13c7b7\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ + \ \"resourceGuid\": \"4a0ea4c8-a3a9-47ca-a10d-6133e0cce034\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ + : false\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7747d209-3b77-4d80-a244-23e99ac12733?api-version=2019-09-01 + cache-control: + - no-cache + content-length: + - '696' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:11 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: + - 6ff7513b-0ed5-4b1b-9b9e-279e053bf197 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7747d209-3b77-4d80-a244-23e99ac12733?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 774b38a8-99c1-4ff1-9134-eeff8413f69a + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ + ,\r\n \"etag\": \"W/\\\"0e8a9d5c-ef88-4247-9762-d67ef91fb742\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ + \ \"resourceGuid\": \"4a0ea4c8-a3a9-47ca-a10d-6133e0cce034\",\r\n \"\ + addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ + \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ + : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ + : false\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '697' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:15 GMT + etag: + - W/"0e8a9d5c-ef88-4247-9762-d67ef91fb742" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 7f853a47-d3d0-4360-a854-a7e612fd09f8 + status: + code: 200 + message: OK +- request: + body: '{"properties": {"addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": + "disabled", "privateLinkServiceNetworkPolicies": "disabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '143' + Content-Type: + - application/json; charset=utf-8 + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ + ,\r\n \"etag\": \"W/\\\"fccd5927-7623-4f28-926c-bc13160de5e9\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ + addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ + \r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7569dc1c-46f2-415d-81af-8ab7aad3e053?api-version=2019-09-01 + cache-control: + - no-cache + content-length: + - '575' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38: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: + - ef762eb4-30b6-4aaf-813b-21d7374a8392 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7569dc1c-46f2-415d-81af-8ab7aad3e053?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - e527eca5-f908-435f-a27a-4de26bfbf500 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ + ,\r\n \"etag\": \"W/\\\"cb321b11-3c5a-419c-95d1-59e5dec188ed\\\"\",\r\n \ + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ + addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ + : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ + \r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '576' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:19 GMT + etag: + - W/"cb321b11-3c5a-419c-95d1-59e5dec188ed" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 28a04159-d67d-405c-8863-5ebcb3eea11e + status: + code: 200 + message: OK +- request: + body: 'b''{"location": "westeurope", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111"}, + "privateLinkServiceConnections": [{"properties": {"privateLinkServiceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn", + "groupIds": ["blob"]}, "name": "myconnection"}]}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '566' + Content-Type: + - application/json; charset=utf-8 + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ + ,\r\n \"etag\": \"W/\\\"b4d24695-f3ff-40a2-93cf-714692faa5ba\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ + westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ + ,\r\n \"resourceGuid\": \"c2ec77ec-81ce-4eb8-9ca2-fd6046dba80b\",\r\n \ + \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ + myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ + ,\r\n \"etag\": \"W/\\\"b4d24695-f3ff-40a2-93cf-714692faa5ba\\\"\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ + ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ + \ \"privateLinkServiceConnectionState\": {\r\n \"status\"\ + : \"Approved\",\r\n \"description\": \"\",\r\n \"actionsRequired\"\ + : \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\ + \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ + \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ + \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.73a95d3c-69ff-43bc-ad64-093e6e972c1d\"\ + \r\n }\r\n ]\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + cache-control: + - no-cache + content-length: + - '2063' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 06c3fa2e-3999-43df-9ca0-b0ada3c946d4 + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:38:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 03ab62f9-b19b-4716-94a3-0e8c51d19798 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:39:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - aba7f966-8f80-4f5c-bf19-2a9ebb067405 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2019-09-01 + response: + body: + string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ + ,\r\n \"etag\": \"W/\\\"d319fa91-fea7-4086-8d80-1c8739851c13\\\"\",\r\n \ + \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ + westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"resourceGuid\": \"c2ec77ec-81ce-4eb8-9ca2-fd6046dba80b\",\r\n \ + \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ + myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ + ,\r\n \"etag\": \"W/\\\"d319fa91-fea7-4086-8d80-1c8739851c13\\\"\"\ + ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ + ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ + \ \"privateLinkServiceConnectionState\": {\r\n \"status\"\ + : \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \ + \ \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \ + \ \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\ + \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ + \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ + \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.73a95d3c-69ff-43bc-ad64-093e6e972c1d\"\ + \r\n }\r\n ]\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2077' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 03:39:03 GMT + etag: + - W/"d319fa91-fea7-4086-8d80-1c8739851c13" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 36a62824-d939-4623-926b-771a6aff8167 + status: + code: 200 + message: OK +- request: + body: '{}' + headers: + Accept: + - application/json + Content-Length: + - '2' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default?api-version=2019-06-01 + response: + body: + string: '{}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1199' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default?api-version=2019-06-01 +- request: + body: '{"properties": {"cors": {"corsRules": [{"allowedOrigins": ["http://www.contoso.com", + "http://www.fabrikam.com"], "allowedMethods": ["GET", "HEAD", "POST", "OPTIONS", + "MERGE", "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"], "maxAgeInSeconds": + 2000, "exposedHeaders": ["x-ms-meta-abc", "x-ms-meta-data*", "x -ms-meta-target*"], + "allowedHeaders": ["x-ms-meta-12345675754564*"]}]}, "defaultServiceVersion": + "2017-07-29", "deleteRetentionPolicy": {"enabled": true, "days": 300}}}' + headers: + Accept: + - application/json + Content-Length: + - '806' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices","properties":{"cors":{"corsRules":[{"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","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"],"maxAgeInSeconds":2000,"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x + -ms-meta-target*"],"allowedHeaders":["x-ms-meta-12345675754564*"]}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"enabled":true,"days":300}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1198' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default?api-version=2019-06-01 +- request: + body: '{"properties": {"source": "Microsoft.Storage", "state": "Enabled"}}' + headers: + Accept: + - application/json + Content-Length: + - '67' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + headers: + cache-control: no-cache + content-length: '502' + content-type: application/json + date: Tue, 26 May 2020 03:39: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-ratelimit-remaining-subscription-writes: '1197' + status: + code: 201 + message: Created + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 +- request: + body: '{"properties": {"policy": {"rules": [{"enabled": true, "name": "olcmtest", + "type": "Lifecycle", "definition": {"actions": {"baseBlob": {"tierToCool": {"daysAfterModificationGreaterThan": + 30.0}, "tierToArchive": {"daysAfterModificationGreaterThan": 90.0}, "delete": + {"daysAfterModificationGreaterThan": 1000.0}}, "snapshot": {"delete": {"daysAfterCreationGreaterThan": + 30.0}}}, "filters": {"prefixMatch": ["olcmtestcontainer"], "blobTypes": ["blockBlob"]}}}]}}}' + headers: + Accept: + - application/json + Content-Length: + - '460' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T03:39:06.4817895Z"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1196' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 +- request: + body: '{}' + headers: + Accept: + - application/json + Content-Length: + - '2' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares"}' + headers: + cache-control: no-cache + content-length: '330' + content-type: application/json + date: Tue, 26 May 2020 03:39:06 GMT + etag: '"0x8D8012658132F41"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1195' + status: + code: 201 + message: Created + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +- request: + body: '{}' + headers: + Accept: + - application/json + Content-Length: + - '2' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers"}' + headers: + cache-control: no-cache + content-length: '338' + content-type: application/json + date: Tue, 26 May 2020 03:39:07 GMT + etag: '"0x8D8012658D18855"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1194' + status: + code: 201 + message: Created + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 +- request: + body: '{"properties": {"immutabilityPeriodSinceCreationInDays": 3, "allowProtectedAppendWrites": + true}}' + headers: + Accept: + - application/json + Content-Length: + - '96' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d801265913e6de\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:08 GMT + etag: '"8d801265913e6de"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1193' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + If-Match: + - '"8d801265913e6de"' + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659520a0f\"","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Deleted"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:08 GMT + etag: '"8d8012659520a0f"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-deletes: '14999' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 +- request: + body: '{"properties": {"immutabilityPeriodSinceCreationInDays": 3, "allowProtectedAppendWrites": + true}}' + headers: + Accept: + - application/json + Content-Length: + - '96' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:09 GMT + etag: '"8d8012659900524"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1192' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:09 GMT + etag: '"8d8012659900524"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8012659939BDA\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T03:39:09.0000000Z","immutabilityPolicy":{"etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"updateHistory":[{"allowProtectedAppendWrites":true,"update":"put","immutabilityPeriodSinceCreationInDays":3,"timestamp":"2020-05-26T03:39:09.6077294Z","objectIdentifier":"123743cc-88ef-49ee-920e-13958fe5697d","tenantId":"00000000-0000-0000-0000-000000000000"}]},"legalHold":{"hasLegalHold":false,"tags":[]},"hasImmutabilityPolicy":true,"hasLegalHold":false}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:09 GMT + etag: '"0x8D8012659939BDA"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01&$expand=stats + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8012658132F41\"","properties":{"shareUsageBytes":0,"lastModifiedTime":"2020-05-26T03:39:07.0000000Z","shareQuota":5120}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:10 GMT + etag: '"0x8D8012658132F41"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01&$expand=stats +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T03:39:06.4817895Z"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers?api-version=2019-06-01&$include=deleted + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8012659939BDA\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T03:39:09.0000000Z","hasImmutabilityPolicy":true,"hasLegalHold":false}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers?api-version=2019-06-01&$include=deleted +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares?api-version=2019-06-01&$expand=deleted + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8012658132F41\"","properties":{"accessTier":"TransactionOptimized","lastModifiedTime":"2020-05-26T03:39:07.0000000Z","shareQuota":5120,"enabledProtocols":"SMB"}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares?api-version=2019-06-01&$expand=deleted +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default?api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices","properties":{"cors":{"corsRules":[{"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","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"],"maxAgeInSeconds":2000,"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x + -ms-meta-target*"],"allowedHeaders":["x-ms-meta-12345675754564*"]}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"enabled":true,"days":300}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default?api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/fileServices","properties":{"cors":{"corsRules":[]}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources?api-version=2019-06-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/blob","name":"blob","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"blob","requiredMembers":["blob"],"requiredZoneNames":["privatelink.blob.core.windows.net"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/table","name":"table","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"table","requiredMembers":["table"],"requiredZoneNames":["privatelink.table.core.windows.net"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/queue","name":"queue","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"queue","requiredMembers":["queue"],"requiredZoneNames":["privatelink.queue.core.windows.net"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/file","name":"file","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"file","requiredMembers":["file"],"requiredZoneNames":["privatelink.file.core.windows.net"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/web","name":"web","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"web","requiredMembers":["web"],"requiredZoneNames":["privatelink.web.core.windows.net"]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources/dfs","name":"dfs","type":"Microsoft.Storage/storageAccounts/privateLinkResources","properties":{"groupId":"dfs","requiredMembers":["dfs"],"requiredZoneNames":["privatelink.dfs.core.windows.net"]}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateLinkResources?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes?api-version=2019-06-01 + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices?api-version=2019-06-01 + response: + body: + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices","properties":{"cors":{"corsRules":[{"allowedOrigins":["http://www.contoso.com","http://www.fabrikam.com"],"allowedMethods":["GET","HEAD","POST","OPTIONS","MERGE","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"],"maxAgeInSeconds":2000,"exposedHeaders":["x-ms-meta-abc","x-ms-meta-data*","x + -ms-meta-target*"],"allowedHeaders":["x-ms-meta-12345675754564*"]}]},"defaultServiceVersion":"2017-07-29","deleteRetentionPolicy":{"enabled":true,"days":300}}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices?api-version=2019-06-01 + response: + body: + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default","name":"default","type":"Microsoft.Storage/storageAccounts/fileServices","properties":{"cors":{"corsRules":[]}}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 + response: + body: + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/usages?api-version=2019-06-01 + response: + body: + string: '{"value":[{"unit":"Count","currentValue":2,"limit":250,"name":{"value":"StorageAccounts","localizedValue":"Storage + Accounts"}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/locations/westeurope/usages?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 + response: + body: + string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/3zbiis2lz0z0mvagxoe0mn24","name":"3zbiis2lz0z0mvagxoe0mn24","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:45:39.1479168Z","primaryEndpoints":{"blob":"https://3zbiis2lz0z0mvagxoe0mn24.blob.core.windows.net/","queue":"https://3zbiis2lz0z0mvagxoe0mn24.queue.core.windows.net/","table":"https://3zbiis2lz0z0mvagxoe0mn24.table.core.windows.net/","file":"https://3zbiis2lz0z0mvagxoe0mn24.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/48nc5xsopazmdt319zd182nk","name":"48nc5xsopazmdt319zd182nk","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:06:55.9720965Z","primaryEndpoints":{"blob":"https://48nc5xsopazmdt319zd182nk.blob.core.windows.net/","queue":"https://48nc5xsopazmdt319zd182nk.queue.core.windows.net/","table":"https://48nc5xsopazmdt319zd182nk.table.core.windows.net/","file":"https://48nc5xsopazmdt319zd182nk.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhatestdiag","name":"qiaozhatestdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-01T03:28:36.5776009Z","primaryEndpoints":{"blob":"https://qiaozhatestdiag.blob.core.windows.net/","queue":"https://qiaozhatestdiag.queue.core.windows.net/","table":"https://qiaozhatestdiag.table.core.windows.net/","file":"https://qiaozhatestdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-changlong/providers/Microsoft.Storage/storageAccounts/testchanglongdiag","name":"testchanglongdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:03:27.0377169Z","primaryEndpoints":{"blob":"https://testchanglongdiag.blob.core.windows.net/","queue":"https://testchanglongdiag.queue.core.windows.net/","table":"https://testchanglongdiag.table.core.windows.net/","file":"https://testchanglongdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/z7uon92zalebarxh8d31gl6o","name":"z7uon92zalebarxh8d31gl6o","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:34:00.5968347Z","primaryEndpoints":{"blob":"https://z7uon92zalebarxh8d31gl6o.blob.core.windows.net/","queue":"https://z7uon92zalebarxh8d31gl6o.queue.core.windows.net/","table":"https://z7uon92zalebarxh8d31gl6o.table.core.windows.net/","file":"https://z7uon92zalebarxh8d31gl6o.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/1r4tyc75pzzblo5fbr3e7mur","name":"1r4tyc75pzzblo5fbr3e7mur","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:00:29.8624810Z","primaryEndpoints":{"blob":"https://1r4tyc75pzzblo5fbr3e7mur.blob.core.windows.net/","queue":"https://1r4tyc75pzzblo5fbr3e7mur.queue.core.windows.net/","table":"https://1r4tyc75pzzblo5fbr3e7mur.table.core.windows.net/","file":"https://1r4tyc75pzzblo5fbr3e7mur.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/1ydxrd6izduvbhi1bo03r9za","name":"1ydxrd6izduvbhi1bo03r9za","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:25:37.3020933Z","primaryEndpoints":{"blob":"https://1ydxrd6izduvbhi1bo03r9za.blob.core.windows.net/","queue":"https://1ydxrd6izduvbhi1bo03r9za.queue.core.windows.net/","table":"https://1ydxrd6izduvbhi1bo03r9za.table.core.windows.net/","file":"https://1ydxrd6izduvbhi1bo03r9za.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/6vej6w2pz16grst6yn93t7v9","name":"6vej6w2pz16grst6yn93t7v9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:38:21.7831689Z","primaryEndpoints":{"blob":"https://6vej6w2pz16grst6yn93t7v9.blob.core.windows.net/","queue":"https://6vej6w2pz16grst6yn93t7v9.queue.core.windows.net/","table":"https://6vej6w2pz16grst6yn93t7v9.table.core.windows.net/","file":"https://6vej6w2pz16grst6yn93t7v9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Storage/storageAccounts/azuresdkfornodediag","name":"azuresdkfornodediag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-10T22:40:25.3405525Z","primaryEndpoints":{"blob":"https://azuresdkfornodediag.blob.core.windows.net/","queue":"https://azuresdkfornodediag.queue.core.windows.net/","table":"https://azuresdkfornodediag.table.core.windows.net/","file":"https://azuresdkfornodediag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Storage/storageAccounts/devboxdiag862","name":"devboxdiag862","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-06T17:53:31.2355702Z","primaryEndpoints":{"blob":"https://devboxdiag862.blob.core.windows.net/","queue":"https://devboxdiag862.queue.core.windows.net/","table":"https://devboxdiag862.table.core.windows.net/","file":"https://devboxdiag862.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/msi-test-functions/providers/Microsoft.Storage/storageAccounts/msitestfunctionbc63","name":"msitestfunctionbc63","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-14T18:44:56.8042783Z","primaryEndpoints":{"blob":"https://msitestfunctionbc63.blob.core.windows.net/","queue":"https://msitestfunctionbc63.queue.core.windows.net/","table":"https://msitestfunctionbc63.table.core.windows.net/","file":"https://msitestfunctionbc63.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-js/providers/Microsoft.Storage/storageAccounts/proxytestjs","name":"proxytestjs","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-01-17T18:51:15.9237740Z","primaryEndpoints":{"dfs":"https://proxytestjs.dfs.core.windows.net/","web":"https://proxytestjs.z22.web.core.windows.net/","blob":"https://proxytestjs.blob.core.windows.net/","queue":"https://proxytestjs.queue.core.windows.net/","table":"https://proxytestjs.table.core.windows.net/","file":"https://proxytestjs.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://proxytestjs-secondary.dfs.core.windows.net/","web":"https://proxytestjs-secondary.z22.web.core.windows.net/","blob":"https://proxytestjs-secondary.blob.core.windows.net/","queue":"https://proxytestjs-secondary.queue.core.windows.net/","table":"https://proxytestjs-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhadftest","name":"qiaozhadftest","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-18T13:26:28.5907139Z","primaryEndpoints":{"blob":"https://qiaozhadftest.blob.core.windows.net/","queue":"https://qiaozhadftest.queue.core.windows.net/","table":"https://qiaozhadftest.table.core.windows.net/","file":"https://qiaozhadftest.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Storage/storageAccounts/armpythonrgdiag","name":"armpythonrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-08T08:37:58.3603956Z","primaryEndpoints":{"blob":"https://armpythonrgdiag.blob.core.windows.net/","queue":"https://armpythonrgdiag.queue.core.windows.net/","table":"https://armpythonrgdiag.table.core.windows.net/","file":"https://armpythonrgdiag.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Storage/storageAccounts/cs192f95d8f3c67x4124x91c","name":"cs192f95d8f3c67x4124x91c","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-19T06:50:51.5705351Z","primaryEndpoints":{"dfs":"https://cs192f95d8f3c67x4124x91c.dfs.core.windows.net/","web":"https://cs192f95d8f3c67x4124x91c.z23.web.core.windows.net/","blob":"https://cs192f95d8f3c67x4124x91c.blob.core.windows.net/","queue":"https://cs192f95d8f3c67x4124x91c.queue.core.windows.net/","table":"https://cs192f95d8f3c67x4124x91c.table.core.windows.net/","file":"https://cs192f95d8f3c67x4124x91c.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ml-test/providers/Microsoft.Storage/storageAccounts/billymlteststorage","name":"billymlteststorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-11T04:48:02.7509575Z","primaryEndpoints":{"blob":"https://billymlteststorage.blob.core.windows.net/","queue":"https://billymlteststorage.queue.core.windows.net/","table":"https://billymlteststorage.table.core.windows.net/","file":"https://billymlteststorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/git2gridtesting/providers/Microsoft.Storage/storageAccounts/git2gridb900","name":"git2gridb900","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-13T01:56:00.3446936Z","primaryEndpoints":{"blob":"https://git2gridb900.blob.core.windows.net/","queue":"https://git2gridb900.queue.core.windows.net/","table":"https://git2gridb900.table.core.windows.net/","file":"https://git2gridb900.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Storage/storageAccounts/vpnlondiag","name":"vpnlondiag","type":"Microsoft.Storage/storageAccounts","location":"ukwest","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-08T20:09:35.2602311Z","primaryEndpoints":{"blob":"https://vpnlondiag.blob.core.windows.net/","queue":"https://vpnlondiag.queue.core.windows.net/","table":"https://vpnlondiag.table.core.windows.net/","file":"https://vpnlondiag.file.core.windows.net/"},"primaryLocation":"ukwest","statusOfPrimary":"available"}}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-length: '3851' + content-type: application/json; charset=utf-8 + date: Tue, 26 May 2020 03:39:14 GMT + expires: '-1' + pragma: no-cache + strict-transport-security: max-age=31536000; includeSubDomains + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-original-request-ids: c2c10203-8e4d-4078-bed4-04eb3ef239ec + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/skus?api-version=2019-06-01 + response: + body: + string: '{"value":[{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_ZRS","tier":"Premium","kind":"FileStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_ZRS","tier":"Premium","kind":"BlockBlobStorage","locations":["eastus"],"locationInfo":[{"location":"eastus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2"],"locationInfo":[{"location":"eastus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2(stage)"],"locationInfo":[{"location":"eastus2(stage)","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["westus"],"locationInfo":[{"location":"westus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["westeurope"],"locationInfo":[{"location":"westeurope","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_ZRS","tier":"Premium","kind":"FileStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_ZRS","tier":"Premium","kind":"BlockBlobStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["westeurope"],"locationInfo":[{"location":"westeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["eastasia"],"locationInfo":[{"location":"eastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southeastasia"],"locationInfo":[{"location":"southeastasia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["japaneast"],"locationInfo":[{"location":"japaneast","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["japaneast"],"locationInfo":[{"location":"japaneast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["japanwest"],"locationInfo":[{"location":"japanwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["northcentralus"],"locationInfo":[{"location":"northcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["southcentralus"],"locationInfo":[{"location":"southcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["centralus"],"locationInfo":[{"location":"centralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsfilestorage","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["northeurope"],"locationInfo":[{"location":"northeurope","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["brazilsouth"],"locationInfo":[{"location":"brazilsouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["australiaeast"],"locationInfo":[{"location":"australiaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["australiasoutheast"],"locationInfo":[{"location":"australiasoutheast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southindia"],"locationInfo":[{"location":"southindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["centralindia"],"locationInfo":[{"location":"centralindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["westindia"],"locationInfo":[{"location":"westindia","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["westindia"],"locationInfo":[{"location":"westindia","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["canadaeast"],"locationInfo":[{"location":"canadaeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["canadacentral"],"locationInfo":[{"location":"canadacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["westus2"],"locationInfo":[{"location":"westus2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportshoeboxcapacitymetrics","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["westcentralus"],"locationInfo":[{"location":"westcentralus","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["uksouth"],"locationInfo":[{"location":"uksouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["uksouth"],"locationInfo":[{"location":"uksouth","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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["ukwest"],"locationInfo":[{"location":"ukwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["koreacentral"],"locationInfo":[{"location":"koreacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["koreasouth"],"locationInfo":[{"location":"koreasouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGZRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["eastus2euap"],"locationInfo":[{"location":"eastus2euap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsLcmVersionAndSnapshotActions","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"FileStorage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"BlockBlobStorage","locations":["centraluseuap"],"locationInfo":[{"location":"centraluseuap","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsstaticwebsite","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsNfsv3","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"},{"name":"supportsLATFeature","value":"true"},{"name":"supportsChangeFeedRetention","value":"true"},{"name":"supportsadlsgen2snapshot","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportschangenotification","value":"true"},{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsfileencryption","value":"true"},{"name":"supportshoeboxcapacitymetrics","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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["francecentral"],"locationInfo":[{"location":"francecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","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"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportsblobtagfiltering","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["francesouth"],"locationInfo":[{"location":"francesouth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportsAutomaticSnapshot","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsRoutingPreferences","value":"true"},{"name":"supportschangefeed","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral"],"locationInfo":[{"location":"australiacentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","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":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["australiacentral2"],"locationInfo":[{"location":"australiacentral2","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsarchivepreview","value":"true"},{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southafricawest"],"locationInfo":[{"location":"southafricawest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"StorageV2","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southafricanorth"],"locationInfo":[{"location":"southafricanorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["uaecentral"],"locationInfo":[{"location":"uaecentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["uaenorth"],"locationInfo":[{"location":"uaenorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandnorth"],"locationInfo":[{"location":"switzerlandnorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["switzerlandwest"],"locationInfo":[{"location":"switzerlandwest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["germanywestcentral"],"locationInfo":[{"location":"germanywestcentral","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["germanynorth"],"locationInfo":[{"location":"germanynorth","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportsthreatdetection","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["norwayeast"],"locationInfo":[{"location":"norwayeast","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportslargefileshares","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["norwaywest"],"locationInfo":[{"location":"norwaywest","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"Storage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Premium_LRS","tier":"Premium","kind":"StorageV2","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"Storage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_ZRS","tier":"Standard","kind":"Storage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"Storage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"Storage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsfileencryption","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportscustomercontrolledfailover","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"StorageV2","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"StorageV2","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"StorageV2","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_LRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"name":"supportsmanagementpolicy","value":"true"},{"name":"supportsnetworkacls","value":"true"},{"name":"supportshierarchicalnamespace","value":"true"},{"name":"supportsazureblobfs","value":"true"},{"name":"supportscompliancepolicy","value":"true"},{"name":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_GRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]},{"resourceType":"storageAccounts","name":"Standard_RAGRS","tier":"Standard","kind":"BlobStorage","locations":["southcentralusstg"],"locationInfo":[{"location":"southcentralusstg","zones":[],"zoneDetails":[]}],"capabilities":[{"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":"supportseventgridforadls","value":"true"},{"name":"supportsPrivateEndpointConnections","value":"true"},{"name":"supportsMultiProtocolAccess","value":"true"},{"name":"supportsfileactivedirectory","value":"true"}],"restrictions":[]}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-length: '17584' + content-type: application/json; charset=utf-8 + date: Tue, 26 May 2020 03:39:14 GMT + expires: '-1' + pragma: no-cache + strict-transport-security: max-age=31536000; includeSubDomains + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/skus?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/providers/Microsoft.Storage/operations?api-version=2019-06-01 + response: + body: + string: "{\"value\":[{\"name\":\"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Location\",\"operation\":\"Delete virtual network or subnets\ + \ notifications\",\"description\":\"Notifies Microsoft.Storage that virtual\ + \ network or subnet is being deleted\"}},{\"name\":\"Microsoft.Storage/storageAccounts/dataSharePolicies/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/dataSharePolicies/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/dataSharePolicies/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/dataSharePolicies/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/deletedAccounts/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/localUsers/delete\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Local\ + \ User\",\"operation\":\"Delete Local User\",\"description\":\"Delete local\ + \ user\"}},{\"name\":\"Microsoft.Storage/storageAccounts/localusers/listKeys/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Local User\",\"operation\":\"List Local User Keys\",\"description\"\ + :\"List local user keys\"}},{\"name\":\"Microsoft.Storage/storageAccounts/localusers/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Local User\",\"operation\":\"List Local Users\",\"description\"\ + :\"List local users\"}},{\"name\":\"Microsoft.Storage/storageAccounts/localusers/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Local User\",\"operation\":\"Get Local User\",\"description\"\ + :\"Get local user\"}},{\"name\":\"Microsoft.Storage/storageAccounts/localusers/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Local User\",\"operation\":\"Put Local User\",\"description\"\ + :\"Create or update local user\"}},{\"name\":\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Object Replication Policy\",\"operation\":\"Delete Object Replication\ + \ Policy\",\"description\":\"Delete object replication policy\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Object\ + \ Replication Policy\",\"operation\":\"Get Object Replication Policy\",\"\ + description\":\"Get object replication policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Object Replication Policy\",\"operation\":\"List Object Replication\ + \ Policies\",\"description\":\"List object replication policies\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/privateEndpointConnections/read\",\"\ + isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\"\ + :\"Storage Account Private Endpoint Connections\",\"operation\":\"List Private\ + \ Endpoint Connections\",\"description\":\"List Private Endpoint Connections\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/objectReplicationPolicies/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Object Replication Policy\",\"operation\":\"Put Object Replication\ + \ Policy\",\"description\":\"Create or update object replication policy\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/encryptionScopes/read\",\"\ + isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/encryptionScopes/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/encryptionScopes/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/encryptionScopes/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/managementPolicies/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Management Policies\",\"operation\":\"Delete\ + \ storage account management policies\",\"description\":\"Delete storage account\ + \ management policies\"}},{\"name\":\"Microsoft.Storage/storageAccounts/managementPolicies/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Management Policies\",\"operation\":\"Get storage\ + \ account management policies\",\"description\":\"Get storage management account\ + \ policies\"}},{\"name\":\"Microsoft.Storage/storageAccounts/managementPolicies/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Management Policies\",\"operation\":\"Put storage\ + \ account management policies\",\"description\":\"Put storage account management\ + \ policies\"}},{\"name\":\"Microsoft.Storage/storageAccounts/privateEndpointConnectionProxies/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connection Proxy\",\"operation\"\ + :\"Get Private Endpoint Connection Proxy\",\"description\":\"Get Private Endpoint\ + \ Connection Proxy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/restoreBlobRanges/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Restore blob\ + \ ranges\",\"description\":\"Restore blob ranges to the state of the specified\ + \ time\"}},{\"name\":\"Microsoft.Storage/storageAccounts/privateEndpointConnectionProxies/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connection Proxies\",\"operation\"\ + :\"Delete Private Endpoint Connection Proxies\",\"description\":\"Delete Private\ + \ Endpoint Connection Proxies\"}},{\"name\":\"Microsoft.Storage/storageAccounts/PrivateEndpointConnectionsApproval/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connections\",\"operation\"\ + :\"Approve Private Endpoint Connections\",\"description\":\"Approve Private\ + \ Endpoint Connections\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/shares/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Share\",\"operation\":\"Delete File Share\",\"description\"\ + :\"Delete file share\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Share\",\"operation\":\"Get File Share\",\"description\"\ + :\"Get file share\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/shares/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Share\",\"operation\":\"List File Shares\",\"description\"\ + :\"List file shares\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/shares/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Share\",\"operation\":\"Put File Share\",\"description\"\ + :\"Create or update file share\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/shares/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Share\",\"operation\":\"Restore File Share\",\"description\"\ + :\"Restore file share\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Service\",\"operation\":\"List File Services\",\"description\"\ + :\"List file services\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Service\",\"operation\":\"Put File Service Properties\"\ + ,\"description\":\"Put file service properties\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/queueServices/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"\ + isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/queueServices/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/tableServices/tables/delete\",\"\ + isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/tableServices/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/tableServices/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Table Service\",\"operation\":\"Get Table service properties\",\"description\"\ + :\"Get Table service properties\"}},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/tables/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/tableServices/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/tables/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/privateEndpointConnections/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connection\",\"operation\":\"\ + Delete Private Endpoint Connection\",\"description\":\"Delete Private Endpoint\ + \ Connection\"}},{\"name\":\"Microsoft.Storage/storageAccounts/privateEndpointConnections/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connection\",\"operation\":\"\ + Get Private Endpoint Connection\",\"description\":\"Get Private Endpoint Connection\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/privateLinkResources/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage account groupids\",\"operation\":\"Get StorageAccount\ + \ groupids\",\"description\":\"Get StorageAccount groupids\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/privateEndpointConnections/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Account Private Endpoint Connection\",\"operation\":\"Put Private Endpoint\ + \ Connection\",\"description\":\"Put Private Endpoint Connection\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/privateEndpointConnectionProxies/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account Private Endpoint Connection Proxies\",\"operation\"\ + :\"Put Private Endpoint Connection Proxies\",\"description\":\"Put Private\ + \ Endpoint Connection Proxies\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Blob Service\",\"operation\":\"List Blob Services\",\"description\"\ + :\"List blob services\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Patch blob\ + \ container\",\"description\":\"Returns the result of patch blob container\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/generateUserDelegationKey/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Services\",\"operation\":\"Generate a user delegation\ + \ key\",\"description\":\"Returns a user delegation key for the blob service\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Read Blob\",\"description\"\ + :\"Returns a blob or a list of blobs\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Write Blob\",\"\ + description\":\"Returns the result of writing a blob\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Delete blob\",\"\ + description\":\"Returns the result of deleting a blob\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/deleteBlobVersion/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Delete blob versions\"\ + ,\"description\":\"Returns the result of deleting a blob version\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Add blob content\"\ + ,\"description\":\"Returns the result of adding blob content\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/read\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Read blob tags\"\ + ,\"description\":\"Returns the result of reading blob tags\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/write\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Write blob tags\"\ + ,\"description\":\"Returns the result of writing blob tags\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Filter blobs\",\"description\"\ + :\"Returns the list of blobs under an account with matching tags filter\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/move/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Move blobs\",\"\ + description\":\"Moves the blob from one path to another\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/manageOwnership/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Manage blob ownership\"\ + ,\"description\":\"Changes ownership of the blob\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/modifyPermissions/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Modify blob permissions\"\ + ,\"description\":\"Modifies permissions of the blob\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/runAsSuperUser/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Blobs\",\"operation\":\"Execute the command\ + \ as super user\",\"description\":\"Returns the result of the blob command\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Delete blob\ + \ container\",\"description\":\"Returns the result of deleting a container\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ File Service\",\"operation\":\"Get file service properties\",\"description\"\ + :\"Get file service properties\"}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/read\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage File Service Files\",\"operation\":\"Read Files\",\"\ + description\":\"Returns a file/folder or a list of files/folders\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/write\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage File Service Files\",\"operation\":\"Write Files\",\"\ + description\":\"Returns the result of writing a file or creating a folder\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/delete\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage File Service Files\",\"operation\":\"Delete Files\",\"\ + description\":\"Returns the result of deleting a file/folder\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/modifypermissions/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage File Service Files\",\"operation\":\"Modify File Acl\"\ + ,\"description\":\"Returns the result of modifying permission on a file/folder\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/fileshares/files/actassuperuser/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage File Service Files\",\"operation\":\"Get File Admin Privileges\"\ + ,\"description\":\"Get File Admin Privileges\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service\",\"operation\":\"Get Queue service properties\"\ + ,\"description\":\"Get Queue service properties\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers ImmutabilityPolicy\",\"operation\"\ + :\"Extend blob container immutability policy\",\"description\":\"Extend blob\ + \ container immutability policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers ImmutabilityPolicy\",\"operation\"\ + :\"Delete blob container immutability policy\",\"description\":\"Delete blob\ + \ container immutability policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers ImmutabilityPolicy\",\"operation\"\ + :\"Put blob container immutability policy\",\"description\":\"Put blob container\ + \ immutability policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers ImmutabilityPolicy\",\"operation\"\ + :\"Lock blob container immutability policy\",\"description\":\"Lock blob container\ + \ immutability policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers ImmutabilityPolicy\",\"operation\"\ + :\"Get blob container immutability policy\",\"description\":\"Get blob container\ + \ immutability policy\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Get blob container\"\ + ,\"description\":\"Returns a container\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"List of blob\ + \ containers\",\"description\":\"Returns list of containers\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/blobServices/containers/lease/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Lease blob\ + \ container\",\"description\":\"Returns the result of leasing blob container\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Put blob container\"\ + ,\"description\":\"Returns the result of put blob container\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/blobServices/containers/clearLegalHold/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Clear blob\ + \ container legal hold\",\"description\":\"Clear blob container legal hold\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/containers/setLegalHold/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Service Containers\",\"operation\":\"Set blob container\ + \ legal hold\",\"description\":\"Set blob container legal hold\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/queueServices/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Queue Services\",\"operation\":\"Get queue service properties or statistics\"\ + ,\"description\":\"Returns queue service properties or statistics.\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/queueServices/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Queue Services\",\"operation\":\"Set queue service properties\",\"description\"\ + :\"Returns the result of setting queue service properties\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Queue Service Queues\",\"operation\":\"Read a queue or list queues\",\"\ + description\":\"Returns a queue or a list of queues.\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service Queues\",\"operation\":\"Write queue\"\ + ,\"description\":\"Returns the result of writing a queue\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/queueServices/queues/delete\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Queue Service Queues\",\"operation\":\"Delete queue\",\"description\":\"\ + Returns the result of deleting a queue\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service Messages\",\"operation\":\"Read message\"\ + ,\"description\":\"Returns a message\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service Messages\",\"operation\":\"Write message\"\ + ,\"description\":\"Returns the result of writing a message\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\",\"\ + isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\"\ + :\"Storage Queue Service Messages\",\"operation\":\"Delete message\",\"description\"\ + :\"Returns the result of deleting a message\"}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service Messages\",\"operation\":\"Add message\"\ + ,\"description\":\"Returns the result of adding a message\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\"\ + ,\"isDataAction\":true,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Queue Service Messages\",\"operation\":\"Process message\"\ + ,\"description\":\"Returns the result of processing a message\"}},{\"name\"\ + :\"Microsoft.Storage/storageAccounts/blobServices/write\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Blob Services\",\"operation\":\"Put blob service properties\",\"description\"\ + :\"Returns the result of put blob service properties\"}},{\"name\":\"Microsoft.Storage/storageAccounts/failover/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Storage Account Failover\"\ + ,\"description\":\"Customer is able to control the failover in case of availability\ + \ issues\"}},{\"name\":\"Microsoft.Storage/locations/checknameavailability/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Name Availability\",\"operation\":\"Check Name Availability\"\ + ,\"description\":\"Checks that account name is valid and is not in use.\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/listkeys/action\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Accounts\",\"operation\":\"List Storage Account Keys\",\"description\":\"\ + Returns the access keys for the specified storage account.\"}},{\"name\":\"\ + Microsoft.Storage/storageAccounts/regeneratekey/action\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Accounts\",\"operation\":\"Regenerate Storage Account Keys\",\"description\"\ + :\"Regenerates the access keys for the specified storage account.\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/revokeUserDelegationKeys/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Revoke Storage Account User\ + \ Delegation Keys\",\"description\":\"Revokes all the user delegation keys\ + \ for the specified storage account.\"}},{\"name\":\"Microsoft.Storage/register/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Resource Provider\",\"operation\":\"Registers the Storage\ + \ Resource Provider\",\"description\":\"Registers the subscription for the\ + \ storage resource provider and enables the creation of storage accounts.\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/services/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Create/Update Diagnostic Settings\"\ + ,\"description\":\"Create/Update storage account diagnostic settings.\"}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Get list of Microsoft Storage\ + \ Metrics definitions\",\"description\":\"Get list of Microsoft Storage Metrics\ + \ definitions.\"},\"origin\":\"system\",\"properties\":{\"serviceSpecification\"\ + :{\"metricSpecifications\":[{\"name\":\"UsedCapacity\",\"displayName\":\"\ + Used capacity\",\"displayDescription\":\"Account used capacity\",\"unit\"\ + :\"Bytes\",\"aggregationType\":\"Average\",\"lockAggregationType\":\"Total\"\ + ,\"fillGapWithZero\":false,\"category\":\"Capacity\",\"resourceIdDimensionNameOverride\"\ + :\"AccountResourceId\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"Transactions\",\"displayName\":\"Transactions\"\ + ,\"displayDescription\":\"The number of requests made to a storage service\ + \ or the specified API operation. This number includes successful and failed\ + \ requests, as well as requests which produced errors. Use ResponseType dimension\ + \ for the number of different type of response.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"ResponseType\",\"displayName\":\"Response\ + \ type\",\"toBeExportedForShoebox\":true},{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"resourceIdDimensionNameOverride\":\"\ + AccountResourceId\",\"supportedAggregationTypes\":[\"Total\"]},{\"name\":\"\ + Ingress\",\"displayName\":\"Ingress\",\"displayDescription\":\"The amount\ + \ of ingress data, in bytes. This number includes ingress from an external\ + \ client into Azure Storage as well as ingress within Azure.\",\"unit\":\"\ + Bytes\",\"aggregationType\":\"Total\",\"dimensions\":[{\"name\":\"GeoType\"\ + ,\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"\ + ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"Authentication\",\"displayName\":\"Authentication\",\"toBeExportedForShoebox\"\ + :true}],\"fillGapWithZero\":false,\"category\":\"Transaction\",\"resourceIdDimensionNameOverride\"\ + :\"AccountResourceId\",\"supportedAggregationTypes\":[\"Total\",\"Average\"\ + ,\"Minimum\",\"Maximum\"]},{\"name\":\"Egress\",\"displayName\":\"Egress\"\ + ,\"displayDescription\":\"The amount of egress data, in bytes. This number\ + \ includes egress from an external client into Azure Storage as well as egress\ + \ within Azure. As a result, this number does not reflect billable egress.\"\ + ,\"unit\":\"Bytes\",\"aggregationType\":\"Total\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"resourceIdDimensionNameOverride\":\"AccountResourceId\",\"\ + supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"SuccessServerLatency\",\"displayName\":\"Success Server Latency\"\ + ,\"displayDescription\":\"The average latency used by Azure Storage to process\ + \ a successful request, in milliseconds. This value does not include the network\ + \ latency specified in AverageE2ELatency.\",\"unit\":\"Milliseconds\",\"aggregationType\"\ + :\"Average\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\":\"Geo type\"\ + ,\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\":\"\ + API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\",\"\ + displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"resourceIdDimensionNameOverride\":\"\ + AccountResourceId\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\"\ + ,\"Maximum\"]},{\"name\":\"SuccessE2ELatency\",\"displayName\":\"Success E2E\ + \ Latency\",\"displayDescription\":\"The average end-to-end latency of successful\ + \ requests made to a storage service or the specified API operation, in milliseconds.\ + \ This value includes the required processing time within Azure Storage to\ + \ read the request, send the response, and receive acknowledgment of the response.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"resourceIdDimensionNameOverride\":\"AccountResourceId\",\"\ + supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"]},{\"name\"\ + :\"Availability\",\"displayName\":\"Availability\",\"displayDescription\"\ + :\"The percentage of availability for the storage service or the specified\ + \ API operation. Availability is calculated by taking the TotalBillableRequests\ + \ value and dividing it by the number of applicable requests, including those\ + \ that produced unexpected errors. All unexpected errors result in reduced\ + \ availability for the storage service or the specified API operation.\",\"\ + unit\":\"Percent\",\"aggregationType\":\"Average\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"resourceIdDimensionNameOverride\":\"AccountResourceId\",\"\ + supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"]}]}}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Read diagnostic setting\"\ + ,\"description\":\"Gets the diagnostic setting for the resource.\"},\"origin\"\ + :\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Write diagnostic setting\"\ + ,\"description\":\"Creates or updates the diagnostic setting for the resource.\"\ + },\"origin\":\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Blob service\",\"operation\":\"Get list of Microsoft Storage\ + \ Metrics definitions\",\"description\":\"Get list of Microsoft Storage Metrics\ + \ definitions.\"},\"origin\":\"system\",\"properties\":{\"serviceSpecification\"\ + :{\"metricSpecifications\":[{\"name\":\"BlobCapacity\",\"displayName\":\"\ + Blob Capacity\",\"displayDescription\":\"The amount of storage used by the\ + \ storage account\u2019s Blob service in bytes.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Average\",\"lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"\ + BlobType\",\"displayName\":\"Blob type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"Tier\",\"displayName\":\"Blob tier\",\"toBeExportedForShoebox\":true}],\"\ + fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"BlobCount\"\ + ,\"displayName\":\"Blob Count\",\"displayDescription\":\"The number of Blob\ + \ in the storage account\u2019s Blob service.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Average\",\"lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"\ + BlobType\",\"displayName\":\"Blob type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"Tier\",\"displayName\":\"Blob tier\",\"toBeExportedForShoebox\":true}],\"\ + fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"BlobProvisionedSize\"\ + ,\"displayName\":\"Blob Provisioned Size\",\"displayDescription\":\"The amount\ + \ of storage provisioned in the storage account\u2019s Blob service in bytes.\"\ + ,\"unit\":\"Bytes\",\"aggregationType\":\"Average\",\"lockAggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"BlobType\",\"displayName\":\"Blob type\"\ + ,\"toBeExportedForShoebox\":true},{\"name\":\"Tier\",\"displayName\":\"Blob\ + \ tier\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\"\ + :\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"],\"metricFilterPattern\":\"Premium\"},{\"name\":\"ContainerCount\"\ + ,\"displayName\":\"Blob Container Count\",\"displayDescription\":\"The number\ + \ of containers in the storage account\u2019s Blob service.\",\"unit\":\"\ + Count\",\"aggregationType\":\"Average\",\"fillGapWithZero\":false,\"category\"\ + :\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"IndexCapacity\",\"displayName\":\"Index Capacity\"\ + ,\"displayDescription\":\"The amount of storage used by ADLS Gen2 (Hierarchical)\ + \ Index in bytes.\",\"unit\":\"Bytes\",\"aggregationType\":\"Average\",\"\ + lockAggregationType\":\"Total\",\"fillGapWithZero\":false,\"category\":\"\ + Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"Transactions\",\"displayName\":\"Transactions\"\ + ,\"displayDescription\":\"The number of requests made to a storage service\ + \ or the specified API operation. This number includes successful and failed\ + \ requests, as well as requests which produced errors. Use ResponseType dimension\ + \ for the number of different type of response.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"ResponseType\",\"displayName\":\"Response\ + \ type\",\"toBeExportedForShoebox\":true},{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ]},{\"name\":\"Ingress\",\"displayName\":\"Ingress\",\"displayDescription\"\ + :\"The amount of ingress data, in bytes. This number includes ingress from\ + \ an external client into Azure Storage as well as ingress within Azure.\"\ + ,\"unit\":\"Bytes\",\"aggregationType\":\"Total\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\"\ + ,\"Maximum\"]},{\"name\":\"Egress\",\"displayName\":\"Egress\",\"displayDescription\"\ + :\"The amount of egress data, in bytes. This number includes egress from an\ + \ external client into Azure Storage as well as egress within Azure. As a\ + \ result, this number does not reflect billable egress.\",\"unit\":\"Bytes\"\ + ,\"aggregationType\":\"Total\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ,\"Average\",\"Minimum\",\"Maximum\"]},{\"name\":\"SuccessServerLatency\"\ + ,\"displayName\":\"Success Server Latency\",\"displayDescription\":\"The average\ + \ latency used by Azure Storage to process a successful request, in milliseconds.\ + \ This value does not include the network latency specified in AverageE2ELatency.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"SuccessE2ELatency\",\"displayName\":\"Success E2E Latency\"\ + ,\"displayDescription\":\"The average end-to-end latency of successful requests\ + \ made to a storage service or the specified API operation, in milliseconds.\ + \ This value includes the required processing time within Azure Storage to\ + \ read the request, send the response, and receive acknowledgment of the response.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"Availability\",\"displayName\":\"Availability\",\"displayDescription\"\ + :\"The percentage of availability for the storage service or the specified\ + \ API operation. Availability is calculated by taking the TotalBillableRequests\ + \ value and dividing it by the number of applicable requests, including those\ + \ that produced unexpected errors. All unexpected errors result in reduced\ + \ availability for the storage service or the specified API operation.\",\"\ + unit\":\"Percent\",\"aggregationType\":\"Average\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]}]}}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Blob service\",\"operation\":\"Read diagnostic setting\",\"description\"\ + :\"Gets the diagnostic setting for the resource.\"},\"origin\":\"system\"\ + },{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Blob service\",\"operation\":\"Write diagnostic setting\",\"\ + description\":\"Creates or updates the diagnostic setting for the resource.\"\ + },\"origin\":\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Table service\",\"operation\":\"Get list of Microsoft Storage\ + \ Metrics definitions\",\"description\":\"Get list of Microsoft Storage Metrics\ + \ definitions.\"},\"origin\":\"system\",\"properties\":{\"serviceSpecification\"\ + :{\"metricSpecifications\":[{\"name\":\"TableCapacity\",\"displayName\":\"\ + Table Capacity\",\"displayDescription\":\"The amount of storage used by the\ + \ storage account\u2019s Table service in bytes.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Average\",\"fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"TableCount\"\ + ,\"displayName\":\"Table Count\",\"displayDescription\":\"The number of table\ + \ in the storage account\u2019s Table service.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Average\",\"fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"TableEntityCount\"\ + ,\"displayName\":\"Table Entity Count\",\"displayDescription\":\"The number\ + \ of table entities in the storage account\u2019s Table service.\",\"unit\"\ + :\"Count\",\"aggregationType\":\"Average\",\"fillGapWithZero\":false,\"category\"\ + :\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"Transactions\",\"displayName\":\"Transactions\"\ + ,\"displayDescription\":\"The number of requests made to a storage service\ + \ or the specified API operation. This number includes successful and failed\ + \ requests, as well as requests which produced errors. Use ResponseType dimension\ + \ for the number of different type of response.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"ResponseType\",\"displayName\":\"Response\ + \ type\",\"toBeExportedForShoebox\":true},{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ]},{\"name\":\"Ingress\",\"displayName\":\"Ingress\",\"displayDescription\"\ + :\"The amount of ingress data, in bytes. This number includes ingress from\ + \ an external client into Azure Storage as well as ingress within Azure.\"\ + ,\"unit\":\"Bytes\",\"aggregationType\":\"Total\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\"\ + ,\"Maximum\"]},{\"name\":\"Egress\",\"displayName\":\"Egress\",\"displayDescription\"\ + :\"The amount of egress data, in bytes. This number includes egress from an\ + \ external client into Azure Storage as well as egress within Azure. As a\ + \ result, this number does not reflect billable egress.\",\"unit\":\"Bytes\"\ + ,\"aggregationType\":\"Total\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ,\"Average\",\"Minimum\",\"Maximum\"]},{\"name\":\"SuccessServerLatency\"\ + ,\"displayName\":\"Success Server Latency\",\"displayDescription\":\"The average\ + \ latency used by Azure Storage to process a successful request, in milliseconds.\ + \ This value does not include the network latency specified in AverageE2ELatency.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"SuccessE2ELatency\",\"displayName\":\"Success E2E Latency\"\ + ,\"displayDescription\":\"The average end-to-end latency of successful requests\ + \ made to a storage service or the specified API operation, in milliseconds.\ + \ This value includes the required processing time within Azure Storage to\ + \ read the request, send the response, and receive acknowledgment of the response.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"Availability\",\"displayName\":\"Availability\",\"displayDescription\"\ + :\"The percentage of availability for the storage service or the specified\ + \ API operation. Availability is calculated by taking the TotalBillableRequests\ + \ value and dividing it by the number of applicable requests, including those\ + \ that produced unexpected errors. All unexpected errors result in reduced\ + \ availability for the storage service or the specified API operation.\",\"\ + unit\":\"Percent\",\"aggregationType\":\"Average\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]}]}}},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Table service\",\"operation\":\"Read diagnostic setting\",\"\ + description\":\"Gets the diagnostic setting for the resource.\"},\"origin\"\ + :\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Table service\",\"operation\":\"Write diagnostic setting\",\"\ + description\":\"Creates or updates the diagnostic setting for the resource.\"\ + },\"origin\":\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File service\",\"operation\":\"Get list of Microsoft Storage\ + \ Metrics definitions\",\"description\":\"Get list of Microsoft Storage Metrics\ + \ definitions.\"},\"origin\":\"system\",\"properties\":{\"serviceSpecification\"\ + :{\"metricSpecifications\":[{\"name\":\"FileCapacity\",\"displayName\":\"\ + File Capacity\",\"displayDescription\":\"The amount of storage used by the\ + \ storage account\u2019s File service in bytes.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Average\",\"lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"\ + FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true}],\"\ + fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"FileCount\"\ + ,\"displayName\":\"File Count\",\"displayDescription\":\"The number of file\ + \ in the storage account\u2019s File service.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Average\",\"lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"\ + FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true}],\"\ + fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"FileShareCount\"\ + ,\"displayName\":\"File Share Count\",\"displayDescription\":\"The number\ + \ of file shares in the storage account\u2019s File service.\",\"unit\":\"\ + Count\",\"aggregationType\":\"Average\",\"lockAggregationType\":\"Total\"\ + ,\"fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"FileShareSnapshotCount\"\ + ,\"displayName\":\"File Share Snapshot Count\",\"displayDescription\":\"The\ + \ number of snapshots present on the share in storage account\u2019s Files\ + \ Service.\",\"unit\":\"Count\",\"aggregationType\":\"Average\",\"lockAggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"FileShare\",\"displayName\":\"File\ + \ Share\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\"\ + :\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"FileShareSnapshotSize\",\"displayName\":\"File\ + \ Share Snapshot Size\",\"displayDescription\":\"The amount of storage used\ + \ by the snapshots in storage account\u2019s File service in bytes.\",\"unit\"\ + :\"Bytes\",\"aggregationType\":\"Average\",\"lockAggregationType\":\"Total\"\ + ,\"dimensions\":[{\"name\":\"FileShare\",\"displayName\":\"File Share\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"FileShareCapacityQuota\",\"internalMetricName\"\ + :\"FileShareQuota\",\"displayName\":\"File Share Capacity Quota\",\"displayDescription\"\ + :\"The upper limit on the amount of storage that can be used by Azure Files\ + \ Service in bytes.\",\"unit\":\"Bytes\",\"aggregationType\":\"Average\",\"\ + lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"FileShare\",\"\ + displayName\":\"File Share\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"\ + supportedAggregationTypes\":[\"Average\"]},{\"name\":\"FileShareProvisionedIOPS\"\ + ,\"displayName\":\"File Share Provisioned IOPS\",\"displayDescription\":\"\ + The baseline number of provisioned IOPS for the premium file share in the\ + \ premium files storage account. This number is calculated based on the provisioned\ + \ size (quota) of the share capacity.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Average\",\"lockAggregationType\":\"Total\",\"dimensions\":[{\"name\":\"\ + FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true}],\"\ + fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"],\"metricFilterPattern\"\ + :\"Premium\"},{\"name\":\"Transactions\",\"displayName\":\"Transactions\"\ + ,\"displayDescription\":\"The number of requests made to a storage service\ + \ or the specified API operation. This number includes successful and failed\ + \ requests, as well as requests which produced errors. Use ResponseType dimension\ + \ for the number of different type of response.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"ResponseType\",\"displayName\":\"Response\ + \ type\",\"toBeExportedForShoebox\":true},{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true},{\"name\"\ + :\"FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true,\"\ + internalName\":\"Container\"}],\"fillGapWithZero\":false,\"category\":\"Transaction\"\ + ,\"supportedAggregationTypes\":[\"Total\"]},{\"name\":\"Ingress\",\"displayName\"\ + :\"Ingress\",\"displayDescription\":\"The amount of ingress data, in bytes.\ + \ This number includes ingress from an external client into Azure Storage\ + \ as well as ingress within Azure.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\":\"Geo type\"\ + ,\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\":\"\ + API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\",\"\ + displayName\":\"Authentication\",\"toBeExportedForShoebox\":true},{\"name\"\ + :\"FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true,\"\ + internalName\":\"Container\"}],\"fillGapWithZero\":false,\"category\":\"Transaction\"\ + ,\"supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"Egress\",\"displayName\":\"Egress\",\"displayDescription\"\ + :\"The amount of egress data, in bytes. This number includes egress from an\ + \ external client into Azure Storage as well as egress within Azure. As a\ + \ result, this number does not reflect billable egress.\",\"unit\":\"Bytes\"\ + ,\"aggregationType\":\"Total\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true},{\"name\"\ + :\"FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true,\"\ + internalName\":\"Container\"}],\"fillGapWithZero\":false,\"category\":\"Transaction\"\ + ,\"supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"SuccessServerLatency\",\"displayName\":\"Success Server Latency\"\ + ,\"displayDescription\":\"The average latency used by Azure Storage to process\ + \ a successful request, in milliseconds. This value does not include the network\ + \ latency specified in AverageE2ELatency.\",\"unit\":\"Milliseconds\",\"aggregationType\"\ + :\"Average\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\":\"Geo type\"\ + ,\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\":\"\ + API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\",\"\ + displayName\":\"Authentication\",\"toBeExportedForShoebox\":true},{\"name\"\ + :\"FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true,\"\ + internalName\":\"Container\"}],\"fillGapWithZero\":false,\"category\":\"Transaction\"\ + ,\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"]},{\"\ + name\":\"SuccessE2ELatency\",\"displayName\":\"Success E2E Latency\",\"displayDescription\"\ + :\"The average end-to-end latency of successful requests made to a storage\ + \ service or the specified API operation, in milliseconds. This value includes\ + \ the required processing time within Azure Storage to read the request, send\ + \ the response, and receive acknowledgment of the response.\",\"unit\":\"\ + Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\":[{\"name\":\"\ + GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true},{\"name\":\"FileShare\",\"displayName\":\"\ + File Share\",\"toBeExportedForShoebox\":true,\"internalName\":\"Container\"\ + }],\"fillGapWithZero\":false,\"category\":\"Transaction\",\"supportedAggregationTypes\"\ + :[\"Average\",\"Minimum\",\"Maximum\"]},{\"name\":\"Availability\",\"displayName\"\ + :\"Availability\",\"displayDescription\":\"The percentage of availability\ + \ for the storage service or the specified API operation. Availability is\ + \ calculated by taking the TotalBillableRequests value and dividing it by\ + \ the number of applicable requests, including those that produced unexpected\ + \ errors. All unexpected errors result in reduced availability for the storage\ + \ service or the specified API operation.\",\"unit\":\"Percent\",\"aggregationType\"\ + :\"Average\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\":\"Geo type\"\ + ,\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\":\"\ + API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\",\"\ + displayName\":\"Authentication\",\"toBeExportedForShoebox\":true},{\"name\"\ + :\"FileShare\",\"displayName\":\"File Share\",\"toBeExportedForShoebox\":true,\"\ + internalName\":\"Container\"}],\"fillGapWithZero\":false,\"category\":\"Transaction\"\ + ,\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"]}]}}},{\"\ + name\":\"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File service\",\"operation\":\"Read diagnostic setting\",\"description\"\ + :\"Gets the diagnostic setting for the resource.\"},\"origin\":\"system\"\ + },{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File service\",\"operation\":\"Write diagnostic setting\",\"\ + description\":\"Creates or updates the diagnostic setting for the resource.\"\ + },\"origin\":\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Queue service\",\"operation\":\"Get list of Microsoft Storage\ + \ Metrics definitions\",\"description\":\"Get list of Microsoft Storage Metrics\ + \ definitions.\"},\"origin\":\"system\",\"properties\":{\"serviceSpecification\"\ + :{\"metricSpecifications\":[{\"name\":\"QueueCapacity\",\"displayName\":\"\ + Queue Capacity\",\"displayDescription\":\"The amount of storage used by the\ + \ storage account\u2019s Queue service in bytes.\",\"unit\":\"Bytes\",\"aggregationType\"\ + :\"Average\",\"fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"QueueCount\"\ + ,\"displayName\":\"Queue Count\",\"displayDescription\":\"The number of queue\ + \ in the storage account\u2019s Queue service.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Average\",\"fillGapWithZero\":false,\"category\":\"Capacity\",\"supportedTimeGrainTypes\"\ + :[\"PT1H\"],\"supportedAggregationTypes\":[\"Average\"]},{\"name\":\"QueueMessageCount\"\ + ,\"displayName\":\"Queue Message Count\",\"displayDescription\":\"The approximate\ + \ number of queue messages in the storage account\u2019s Queue service.\"\ + ,\"unit\":\"Count\",\"aggregationType\":\"Average\",\"fillGapWithZero\":false,\"\ + category\":\"Capacity\",\"supportedTimeGrainTypes\":[\"PT1H\"],\"supportedAggregationTypes\"\ + :[\"Average\"]},{\"name\":\"Transactions\",\"displayName\":\"Transactions\"\ + ,\"displayDescription\":\"The number of requests made to a storage service\ + \ or the specified API operation. This number includes successful and failed\ + \ requests, as well as requests which produced errors. Use ResponseType dimension\ + \ for the number of different type of response.\",\"unit\":\"Count\",\"aggregationType\"\ + :\"Total\",\"dimensions\":[{\"name\":\"ResponseType\",\"displayName\":\"Response\ + \ type\",\"toBeExportedForShoebox\":true},{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ]},{\"name\":\"Ingress\",\"displayName\":\"Ingress\",\"displayDescription\"\ + :\"The amount of ingress data, in bytes. This number includes ingress from\ + \ an external client into Azure Storage as well as ingress within Azure.\"\ + ,\"unit\":\"Bytes\",\"aggregationType\":\"Total\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Total\",\"Average\",\"Minimum\"\ + ,\"Maximum\"]},{\"name\":\"Egress\",\"displayName\":\"Egress\",\"displayDescription\"\ + :\"The amount of egress data, in bytes. This number includes egress from an\ + \ external client into Azure Storage as well as egress within Azure. As a\ + \ result, this number does not reflect billable egress.\",\"unit\":\"Bytes\"\ + ,\"aggregationType\":\"Total\",\"dimensions\":[{\"name\":\"GeoType\",\"displayName\"\ + :\"Geo type\",\"toBeExportedForShoebox\":true},{\"name\":\"ApiName\",\"displayName\"\ + :\"API name\",\"toBeExportedForShoebox\":true},{\"name\":\"Authentication\"\ + ,\"displayName\":\"Authentication\",\"toBeExportedForShoebox\":true}],\"fillGapWithZero\"\ + :false,\"category\":\"Transaction\",\"supportedAggregationTypes\":[\"Total\"\ + ,\"Average\",\"Minimum\",\"Maximum\"]},{\"name\":\"SuccessServerLatency\"\ + ,\"displayName\":\"Success Server Latency\",\"displayDescription\":\"The average\ + \ latency used by Azure Storage to process a successful request, in milliseconds.\ + \ This value does not include the network latency specified in AverageE2ELatency.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"SuccessE2ELatency\",\"displayName\":\"Success E2E Latency\"\ + ,\"displayDescription\":\"The average end-to-end latency of successful requests\ + \ made to a storage service or the specified API operation, in milliseconds.\ + \ This value includes the required processing time within Azure Storage to\ + \ read the request, send the response, and receive acknowledgment of the response.\"\ + ,\"unit\":\"Milliseconds\",\"aggregationType\":\"Average\",\"dimensions\"\ + :[{\"name\":\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]},{\"name\":\"Availability\",\"displayName\":\"Availability\",\"displayDescription\"\ + :\"The percentage of availability for the storage service or the specified\ + \ API operation. Availability is calculated by taking the TotalBillableRequests\ + \ value and dividing it by the number of applicable requests, including those\ + \ that produced unexpected errors. All unexpected errors result in reduced\ + \ availability for the storage service or the specified API operation.\",\"\ + unit\":\"Percent\",\"aggregationType\":\"Average\",\"dimensions\":[{\"name\"\ + :\"GeoType\",\"displayName\":\"Geo type\",\"toBeExportedForShoebox\":true},{\"\ + name\":\"ApiName\",\"displayName\":\"API name\",\"toBeExportedForShoebox\"\ + :true},{\"name\":\"Authentication\",\"displayName\":\"Authentication\",\"\ + toBeExportedForShoebox\":true}],\"fillGapWithZero\":false,\"category\":\"\ + Transaction\",\"supportedAggregationTypes\":[\"Average\",\"Minimum\",\"Maximum\"\ + ]}]}}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Queue service\",\"operation\":\"Read diagnostic setting\",\"\ + description\":\"Gets the diagnostic setting for the resource.\"},\"origin\"\ + :\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Queue service\",\"operation\":\"Write diagnostic setting\",\"\ + description\":\"Creates or updates the diagnostic setting for the resource.\"\ + },\"origin\":\"system\"},{\"name\":\"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Table Service\",\"operation\":\"Read log definition\",\"description\"\ + :\"Gets the log definition for Table\"},\"origin\":\"system\",\"properties\"\ + :{\"serviceSpecification\":{\"logSpecifications\":[{\"name\":\"StorageRead\"\ + ,\"displayName\":\"StorageRead\",\"blobDuration\":\"PT1H\"},{\"name\":\"StorageWrite\"\ + ,\"displayName\":\"StorageWrite\",\"blobDuration\":\"PT1H\"},{\"name\":\"\ + StorageDelete\",\"displayName\":\"StorageDelete\",\"blobDuration\":\"PT1H\"\ + }]}}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Blob Service\",\"operation\":\"Read log definition\",\"description\"\ + :\"Gets the log definition for Blob\"},\"origin\":\"system\",\"properties\"\ + :{\"serviceSpecification\":{\"logSpecifications\":[{\"name\":\"StorageRead\"\ + ,\"displayName\":\"StorageRead\",\"blobDuration\":\"PT1H\"},{\"name\":\"StorageWrite\"\ + ,\"displayName\":\"StorageWrite\",\"blobDuration\":\"PT1H\"},{\"name\":\"\ + StorageDelete\",\"displayName\":\"StorageDelete\",\"blobDuration\":\"PT1H\"\ + }]}}},{\"name\":\"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"File Service\",\"operation\":\"Read log definition\",\"description\"\ + :\"Gets the log definition for File\"},\"origin\":\"system\",\"properties\"\ + :{\"serviceSpecification\":{\"logSpecifications\":[{\"name\":\"StorageRead\"\ + ,\"displayName\":\"StorageRead\",\"blobDuration\":\"PT1H\"},{\"name\":\"StorageWrite\"\ + ,\"displayName\":\"StorageWrite\",\"blobDuration\":\"PT1H\"},{\"name\":\"\ + StorageDelete\",\"displayName\":\"StorageDelete\",\"blobDuration\":\"PT1H\"\ + }]}}},{\"name\":\"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/logDefinitions/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Queue Service\",\"operation\":\"Read log definition\",\"description\"\ + :\"Gets the log definition for Queue\"},\"origin\":\"system\",\"properties\"\ + :{\"serviceSpecification\":{\"logSpecifications\":[{\"name\":\"StorageRead\"\ + ,\"displayName\":\"StorageRead\",\"blobDuration\":\"PT1H\"},{\"name\":\"StorageWrite\"\ + ,\"displayName\":\"StorageWrite\",\"blobDuration\":\"PT1H\"},{\"name\":\"\ + StorageDelete\",\"displayName\":\"StorageDelete\",\"blobDuration\":\"PT1H\"\ + }]}}},{\"name\":\"Microsoft.Storage/skus/read\",\"isDataAction\":false,\"\ + display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Sku\",\"operation\"\ + :\"List Skus\",\"description\":\"Lists the Skus supported by Microsoft.Storage.\"\ + }},{\"name\":\"Microsoft.Storage/operations/read\",\"isDataAction\":false,\"\ + display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Operations\"\ + ,\"operation\":\"Poll Asynchronous Operation\",\"description\":\"Polls the\ + \ status of an asynchronous operation.\"}},{\"name\":\"Microsoft.Storage/checknameavailability/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Name Availability\",\"operation\":\"Check Name Availability\"\ + ,\"description\":\"Checks that account name is valid and is not in use.\"\ + }},{\"name\":\"Microsoft.Storage/storageAccounts/delete\",\"isDataAction\"\ + :false,\"display\":{\"provider\":\"Microsoft Storage\",\"resource\":\"Storage\ + \ Accounts\",\"operation\":\"Delete Storage Account\",\"description\":\"Deletes\ + \ an existing storage account.\"}},{\"name\":\"Microsoft.Storage/storageAccounts/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"List/Get Storage Account(s)\"\ + ,\"description\":\"Returns the list of storage accounts or gets the properties\ + \ for the specified storage account.\"}},{\"name\":\"Microsoft.Storage/storageAccounts/listAccountSas/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Account SAS Token\",\"operation\":\"Returns Storage Account\ + \ SAS Token\",\"description\":\"Returns the Account SAS token for the specified\ + \ storage account.\"}},{\"name\":\"Microsoft.Storage/storageAccounts/listServiceSas/action\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Service SAS Token\",\"operation\":\"Returns Storage Service\ + \ SAS Token\",\"description\":\"Returns the Service SAS token for the specified\ + \ storage account.\"}},{\"name\":\"Microsoft.Storage/storageAccounts/write\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Accounts\",\"operation\":\"Create/Update Storage Account\"\ + ,\"description\":\"Creates a storage account with the specified parameters\ + \ or update the properties or tags or adds custom domain for the specified\ + \ storage account.\"}},{\"name\":\"Microsoft.Storage/locations/usages/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Usage Metrics\",\"operation\":\"Get Subscription Usages\",\"\ + description\":\"Returns the limit and the current usage count for resources\ + \ in the specified subscription\"}},{\"name\":\"Microsoft.Storage/usages/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Usage Metrics\",\"operation\":\"Get Subscription Usages\",\"\ + description\":\"Returns the limit and the current usage count for resources\ + \ in the specified subscription\"}},{\"name\":\"Microsoft.Storage/storageAccounts/blobServices/read\"\ + ,\"isDataAction\":false,\"display\":{\"provider\":\"Microsoft Storage\",\"\ + resource\":\"Storage Blob Services\",\"operation\":\"Get blob service properties\ + \ or statistics\",\"description\":\"Returns blob service properties or statistics\"\ + }}]}" + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/providers/Microsoft.Storage/operations?api-version=2019-06-01 +- request: + body: '{"tags": ["tag1", "tag2", "tag3"]}' + headers: + Accept: + - application/json + Content-Length: + - '34' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/setLegalHold?api-version=2019-06-01 + response: + body: + string: '{"hasLegalHold":true,"tags":["tag1","tag2","tag3"]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1199' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/setLegalHold?api-version=2019-06-01 +- request: + body: '{"tags": ["tag1", "tag2", "tag3"]}' + headers: + Accept: + - application/json + Content-Length: + - '34' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/clearLegalHold?api-version=2019-06-01 + response: + body: + string: '{"hasLegalHold":false,"tags":[]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1198' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/clearLegalHold?api-version=2019-06-01 +- request: + body: '{"action": "Acquire", "leaseDuration": -1}' + headers: + Accept: + - application/json + Content-Length: + - '42' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 + response: + body: + string: '{"leaseId":"5564a855-a2c5-4b16-88b1-c32b986d8b43"}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:16 GMT + etag: '"0x8D801265D7B00A9"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1197' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 +- request: + body: '{"action": "Break", "leaseId": "5564a855-a2c5-4b16-88b1-c32b986d8b43"}' + headers: + Accept: + - application/json + Content-Length: + - '70' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 + response: + body: + string: '{"leaseTimeSeconds":"0"}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:16 GMT + etag: '"0x8D801265D7B00A9"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1196' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 +- request: + body: '{"properties": {"publicAccess": "Container", "metadata": {"metadata": "true"}}}' + headers: + Accept: + - application/json + Content-Length: + - '79' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","properties":{"deleted":false,"remainingRetentionDays":0,"metadata":{"metadata":"true"},"publicAccess":"Container","hasImmutabilityPolicy":false,"hasLegalHold":false}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:17 GMT + etag: '"0x8D801265E511504"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1191' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 +- request: + body: '{"properties": {"metadata": {"type": "image"}}}' + headers: + Accept: + - application/json + Content-Length: + - '47' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","properties":{"metadata":{"type":"image"}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:17 GMT + etag: '"0x8D801265E93451E"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1190' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 +- request: + body: '{"properties": {"source": "Microsoft.Storage", "state": "Enabled"}}' + headers: + Accept: + - application/json + Content-Length: + - '67' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1189' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/revokeUserDelegationKeys?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03:39: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-ratelimit-remaining-subscription-writes: '1195' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/revokeUserDelegationKeys?api-version=2019-06-01 +- request: + body: '{"keyName": "key2"}' + headers: + Accept: + - application/json + Content-Length: + - '19' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/regenerateKey?api-version=2019-06-01 + response: + body: + string: '{"keys":[{"keyName":"key1","value":"iCt7284x/PCtmYiVvTaqQm3XQdDYxEicgNthZcBCZyVgb0kRdDeFY4jVL1Cc7vLtQ2CdsJ0mCj0fmNMnGRwFVg==","permissions":"FULL"},{"keyName":"key2","value":"gZYz6/Ox5D5X7R/AcUnk2jd6NUTG8augtR0LBTu1abJbz6ff2lmLqET0VH3NJ1uyhAQW2d56NEj1r4Nmq/kVlg==","permissions":"FULL"}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1194' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/regenerateKey?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/listKeys?api-version=2019-06-01&$expand=kerb + response: + body: + string: '{"keys":[{"keyName":"key1","value":"iCt7284x/PCtmYiVvTaqQm3XQdDYxEicgNthZcBCZyVgb0kRdDeFY4jVL1Cc7vLtQ2CdsJ0mCj0fmNMnGRwFVg==","permissions":"FULL"},{"keyName":"key2","value":"gZYz6/Ox5D5X7R/AcUnk2jd6NUTG8augtR0LBTu1abJbz6ff2lmLqET0VH3NJ1uyhAQW2d56NEj1r4Nmq/kVlg==","permissions":"FULL"}]}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: '11999' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/listKeys?api-version=2019-06-01&$expand=kerb +- request: + body: '{"properties": {"encryption": {"services": {"blob": {"enabled": true, "keyType": + "Account"}, "file": {"enabled": true, "keyType": "Account"}}, "keySource": "Microsoft.Storage"}}}' + headers: + Accept: + - application/json + Content-Length: + - '178' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1188' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +- request: + body: null + headers: + Accept: + - application/json + If-Match: + - '"8d8012659900524"' + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/lock?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d80126602832fc\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:20 GMT + etag: '"8d80126602832fc"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1193' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/lock?api-version=2019-06-01 +- request: + body: '{"properties": {"immutabilityPeriodSinceCreationInDays": 100}}' + headers: + Accept: + - application/json + Content-Length: + - '62' + Content-Type: + - application/json + If-Match: + - '"8d80126602832fc"' + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/extend?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d801266066301f\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39:20 GMT + etag: '"8d801266066301f"' + expires: '-1' + pragma: no-cache + server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 + Microsoft-HTTPAPI/2.0 + strict-transport-security: max-age=31536000; includeSubDomains + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1192' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/extend?api-version=2019-06-01 +- request: + body: '{"name": "sto3363", "type": "Microsoft.Storage/storageAccounts"}' + headers: + Accept: + - application/json + Content-Length: + - '64' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01 + response: + body: + string: '{"nameAvailable":true}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 03:39: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03:39: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-ratelimit-remaining-subscription-deletes: '14998' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03:39: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-ratelimit-remaining-subscription-deletes: '14997' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03: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-ratelimit-remaining-subscription-deletes: '14996' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03: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-ratelimit-remaining-subscription-deletes: '14995' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 +- request: + body: null + headers: + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: no-cache + content-length: '0' + content-type: text/plain; charset=utf-8 + date: Tue, 26 May 2020 03: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-ratelimit-remaining-subscription-deletes: '14994' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +version: 1 diff --git a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py index 3e6251f382c3..c52e377c4d9e 100644 --- a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py +++ b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py @@ -139,123 +139,6 @@ def test_storage(self, resource_group): PRIVATE_ENDPOINT = "endpoint123xxx" PRIVATE_ENDPOINT_CONNECTION_NAME = "privateEndpointConnection" - """ TODO: set up for endpoint - # -- SET UP -- - # Create VNet - async_vnet_creation = self.network_client.virtual_networks.create_or_update( - resource_group.name, - VNET_NAME, - { - 'location': AZURE_LOCATION, - 'address_space': { - 'address_prefixes': ['10.0.0.0/16'] - } - } - ) - async_vnet_creation.wait() - - # Create Subnet - async_subnet_creation = self.network_client.subnets.create_or_update( - resource_group.name, - VNET_NAME, - SUB_NET, - { - 'address_prefix': '10.0.0.0/24', - 'private_link_service_network_policies': 'disabled', - 'private_endpoint_network_policies': 'disabled' - } - ) - subnet_info = async_subnet_creation.result() - - # Create load balancer - BODY = { - "location": "westeurope", - "sku": { - "name": "Standard" - }, - "properties": { - "frontendIPConfigurations": [ - { - "name": FIPCONFIG, - "properties": { - "subnet": { - "id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Network/virtualNetworks/" + VNET_NAME + "/subnets/" + SUB_NET - } - } - } - ], - } - } - - result = self.network_client.load_balancers.create_or_update(resource_group.name, LOAD_BALANCER, BODY) - result.result() - - # Create private link services - PRIVATE_LINK_SERVICES = "privatelinkservice" - BODY = { - "location": "westeurope", - "properties": { - "visibility": { - "subscriptions": [ - SUBSCRIPTION_ID - ] - }, - "autoApproval": { - "subscriptions": [ - SUBSCRIPTION_ID - ] - }, - "fqdns": [ - # "fqdn1", - # "fqdn2", - # "fqdn3" - ], - "loadBalancerFrontendIpConfigurations": [ - { - "id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Network/loadBalancers/" + LOAD_BALANCER + "/frontendIPConfigurations/" + FIPCONFIG, - } - ], - "ipConfigurations": [ - { - "name": FIPCONFIG, - "properties": { - "privateIPAddress": "10.0.0.5", - "privateIPAllocationMethod": "Static", - "privateIPAddressVersion": "IPv4", - "subnet": { - "id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Network/virtualNetworks/" + VNET_NAME + "/subnets/" + SUB_NET - } - } - } - ] - } - } - result = self.network_client.private_link_services.create_or_update(resource_group.name, PRIVATE_LINK_SERVICES, BODY) - - # Create private endpoint - PRIVATE_ENDPOINT = "privateendpoint" - BODY = { - "location": "westeurope", - "properties": { - "privateLinkServiceConnections": [ - { - "name": PRIVATE_LINK_SERVICES, # TODO: This is needed, but was not showed in swagger. - "private_link_service_id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Network/privateLinkServices/" + PRIVATE_LINK_SERVICES, - }, - { - "name": PRIVATE_ENDPOINT_CONNECTION_NAME, - "private_link_service_id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Storage/storageAccounts/" + STORAGE_ACCOUNT_NAME + "" - } - ], - "subnet": { - "id": "/subscriptions/" + SUBSCRIPTION_ID + "/resourceGroups/" + RESOURCE_GROUP + "/providers/Microsoft.Network/virtualNetworks/" + VNET_NAME + "/subnets/" + SUB_NET - } - } - } - result = self.network_client.private_endpoints.create_or_update(resource_group.name, PRIVATE_ENDPOINT, BODY) - # -- SET UP END -- - """ - # StorageAccountCreate[put] BODY = { "sku": { @@ -443,8 +326,7 @@ def test_storage(self, resource_group): } result = self.mgmt_client.blob_services.set_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) - # TODO: don't have encryption scopes - # # StorageAccountPutEncryptionScope[put] + # StorageAccountPutEncryptionScope[put] BODY = { "source": "Microsoft.Storage", "state": "Enabled" @@ -560,8 +442,7 @@ def test_storage(self, resource_group): # ListContainers[get] result = self.mgmt_client.blob_containers.list(resource_group.name, STORAGE_ACCOUNT_NAME) - # TODO: don't have encryption scopes - # # StorageAccountGetEncryptionScope[get] + # StorageAccountGetEncryptionScope[get] result = self.mgmt_client.encryption_scopes.get(resource_group.name, STORAGE_ACCOUNT_NAME, ENCRYPTION_SCOPE_NAME) # ListShares[get] @@ -576,8 +457,7 @@ def test_storage(self, resource_group): # StorageAccountListPrivateLinkResources[get] result = self.mgmt_client.private_link_resources.list_by_storage_account(resource_group.name, STORAGE_ACCOUNT_NAME) - # TODO: don't have encryption scopes - # # StorageAccountEncryptionScopeList[get] + # StorageAccountEncryptionScopeList[get] result = self.mgmt_client.encryption_scopes.list(resource_group.name, STORAGE_ACCOUNT_NAME) # ListBlobServices[get] @@ -659,8 +539,7 @@ def test_storage(self, resource_group): } result = self.mgmt_client.file_shares.update(resource_group.name, STORAGE_ACCOUNT_NAME, SHARE_NAME, BODY) - # TODO: don't have encryption scopes - # # StorageAccountPatchEncryptionScope[patch] + # StorageAccountPatchEncryptionScope[patch] # BODY = { # "source": "Microsoft.KeyVault", # "key_vault_properties": { diff --git a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py new file mode 100644 index 000000000000..062e80edaae7 --- /dev/null +++ b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py @@ -0,0 +1,811 @@ +# coding: utf-8 + +#------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +#-------------------------------------------------------------------------- + + +# TEST SCENARIO COVERAGE +# ---------------------- +# Methods Total : 52 +# Methods Covered : 52 +# Examples Total : 55 +# Examples Tested : 55 +# Coverage % : 100 +# ---------------------- + +# current methods coverage: +# blob_containers: 13/13 +# blob_services: 3/3 +# encryption_scopes: 4/4 +# file_services: 3/3 +# file_shares: 5/5 +# management_policies: 3/3 +# operations: 1/1 +# private_endpoint_connections: 3/3 +# private_link_resources: 1/1 +# skus: 1/1 +# storage_accounts: 11/14 +# usages: 1/1 + +import datetime as dt +import unittest + +import azure.mgmt.storage.aio as az_storage_aio +from devtools_testutils import AzureMgmtTestCase, ResourceGroupPreparer + +from _aio_testcase import AzureMgmtAsyncTestCase + +AZURE_LOCATION = 'westeurope' +ZERO = dt.timedelta(0) + +class UTC(dt.tzinfo): + """UTC""" + + def utcoffset(self, dt): + return ZERO + + def tzname(self, dt): + return "UTC" + + def dst(self, dt): + return ZERO + +class MgmtStorageTest(AzureMgmtAsyncTestCase): + + def setUp(self): + super(MgmtStorageTest, self).setUp() + self.mgmt_client = self.create_mgmt_aio_client( + az_storage_aio.StorageManagementClient + ) + + if self.is_live: + import azure.mgmt.network as az_network + self.network_client = self.create_mgmt_client( + az_network.NetworkManagementClient + ) + + # TODO: update to track 2 version later + def create_endpoint(self, group_name, location, vnet_name, sub_net, endpoint_name, resource_id): + if self.is_live: + # Create VNet + async_vnet_creation = self.network_client.virtual_networks.create_or_update( + group_name, + vnet_name, + { + 'location': location, + 'address_space': { + 'address_prefixes': ['10.0.0.0/16'] + } + } + ) + async_vnet_creation.result() + + # Create Subnet + async_subnet_creation = self.network_client.subnets.create_or_update( + group_name, + vnet_name, + sub_net, + { + 'address_prefix': '10.0.0.0/24', + 'private_link_service_network_policies': 'disabled', + 'private_endpoint_network_policies': 'disabled' + } + ) + subnet_info = async_subnet_creation.result() + + # Create private endpoint + BODY = { + "location": location, + "properties": { + "privateLinkServiceConnections": [ + { + "name": "myconnection", + # "private_link_service_id": "/subscriptions/" + self.settings.SUBSCRIPTION_ID + "/resourceGroups/" + group_name + "/providers/Microsoft.Storage/storageAccounts/" + STORAGE_ACCOUNT_NAME + "" + "private_link_service_id": resource_id, + "group_ids": ["blob"] + } + ], + "subnet": { + "id": "/subscriptions/" + self.settings.SUBSCRIPTION_ID + "/resourceGroups/" + group_name + "/providers/Microsoft.Network/virtualNetworks/" + vnet_name + "/subnets/" + sub_net + } + } + } + result = self.network_client.private_endpoints.create_or_update(group_name, endpoint_name, BODY) + + return result.result().id + else: + return "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/" + group_name + "/providers/Microsoft.Network/privateEndpoints/" + endpoint_name + + + @ResourceGroupPreparer(location=AZURE_LOCATION) + def test_storage(self, resource_group): + + SUBSCRIPTION_ID = self.settings.SUBSCRIPTION_ID + RESOURCE_GROUP = resource_group.name + STORAGE_ACCOUNT_NAME = "storageaccountxxyyzzn" # TODO: need change a random name, if need run live test again. + FILE_SERVICE_NAME = "fileservicexxyyzz" + SHARE_NAME = "filesharenamexxyyzz" + BLOB_SERVICE_NAME = "blobservicexxyyzz" + CONTAINER_NAME = "containernamexxyyzz" + ENCRYPTION_SCOPE_NAME = "encryptionscopexxyyzz" + IMMUTABILITY_POLICY_NAME = "immutabilitypolicynamexxyyzz" + VNET_NAME = "virualnetwork111" + SUB_NET = "subnet111" + LOAD_BALANCER = "loaderbalancer" + FIPCONFIG = "fipconfig123" + BAPOOL = "bapool123" + PROBES = "probe123" + PRIVATE_ENDPOINT = "endpoint123xxx" + PRIVATE_ENDPOINT_CONNECTION_NAME = "privateEndpointConnection" + + # StorageAccountCreate[put] + BODY = { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", # Storage v2 support policy + "location": "westeurope", + # TODO: The value 'True' is not allowed for property isHnsEnabled + # "is_hns_enabled": True, + # TODO:Unsupport + # "routing_preference": { + # "routing_choice": "MicrosoftRouting", + # "publish_microsoft_endpoints": True, + # "publish_internet_endpoints": True + # }, + "encryption": { + "services": { + "file": { + "key_type": "Account", + "enabled": True + }, + "blob": { + "key_type": "Account", + "enabled": True + } + }, + "key_source": "Microsoft.Storage" + }, + "tags": { + "key1": "value1", + "key2": "value2" + } + } + storageaccount = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.create(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) + + self.create_endpoint( + resource_group.name, + AZURE_LOCATION, + VNET_NAME, + SUB_NET, + PRIVATE_ENDPOINT, + storageaccount.id + ) + + # PutFileServices[put] + BODY = { + "cors": { + "cors_rules": [ + { + "allowed_origins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowed_methods": [ + "GET", + "HEAD", + "POST", + "OPTIONS", + "MERGE", + "PUT" + ], + "max_age_in_seconds": "100", + "exposed_headers": [ + "x-ms-meta-*" + ], + "allowed_headers": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowed_origins": [ + "*" + ], + "allowed_methods": [ + "GET" + ], + "max_age_in_seconds": "2", + "exposed_headers": [ + "*" + ], + "allowed_headers": [ + "*" + ] + }, + { + "allowed_origins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowed_methods": [ + "GET", + "PUT" + ], + "max_age_in_seconds": "2000", + "exposed_headers": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ], + "allowed_headers": [ + "x-ms-meta-12345675754564*" + ] + } + ] + } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.file_services.set_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME, BODY["cors"]) + ) + + # PutBlobServices[put] + BODY = { + "cors": { + "cors_rules": [ + { + "allowed_origins": [ + "http://www.contoso.com", + "http://www.fabrikam.com" + ], + "allowed_methods": [ + "GET", + "HEAD", + "POST", + "OPTIONS", + "MERGE", + "PUT" + ], + "max_age_in_seconds": "100", + "exposed_headers": [ + "x-ms-meta-*" + ], + "allowed_headers": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x-ms-meta-target*" + ] + }, + { + "allowed_origins": [ + "*" + ], + "allowed_methods": [ + "GET" + ], + "max_age_in_seconds": "2", + "exposed_headers": [ + "*" + ], + "allowed_headers": [ + "*" + ] + }, + { + "allowed_origins": [ + "http://www.abc23.com", + "https://www.fabrikam.com/*" + ], + "allowed_methods": [ + "GET", + "PUT" + ], + "max_age_in_seconds": "2000", + "exposed_headers": [ + "x-ms-meta-abc", + "x-ms-meta-data*", + "x -ms-meta-target*" + ], + "allowed_headers": [ + "x-ms-meta-12345675754564*" + ] + } + ] + }, + "default_service_version": "2017-07-29", + "delete_retention_policy": { + "enabled": True, + "days": "300" + }, + # "is_versioning_enabled": True, + # TODO: unsupport + # "change_feed": { + # "enabled": True + # } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_services.set_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) + + # TODO: don't have encryption scopes + # # StorageAccountPutEncryptionScope[put] + BODY = { + "source": "Microsoft.Storage", + "state": "Enabled" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.encryption_scopes.put(resource_group.name, STORAGE_ACCOUNT_NAME, ENCRYPTION_SCOPE_NAME, BODY) + ) + + MANAGEMENT_POLICY_NAME = "managementPolicy" + # StorageAccountSetManagementPolicies[put] + BODY = { + "policy": { + "rules": [ + { + "enabled": True, + "name": "olcmtest", + "type": "Lifecycle", + "definition": { + "filters": { + "blob_types": [ + "blockBlob" + ], + "prefix_match": [ + "olcmtestcontainer" + ] + }, + "actions": { + "base_blob": { + "tier_to_cool": { + "days_after_modification_greater_than": "30" + }, + "tier_to_archive": { + "days_after_modification_greater_than": "90" + }, + "delete": { + "days_after_modification_greater_than": "1000" + } + }, + "snapshot": { + "delete": { + "days_after_creation_greater_than": "30" + } + } + } + } + } + ] + } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.management_policies.create_or_update(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) + + # PutShares[put] + result = self.event_loop.run_until_complete( + self.mgmt_client.file_shares.create(resource_group.name, STORAGE_ACCOUNT_NAME, SHARE_NAME, {}) + ) + + # StorageAccountGetProperties[get] + storageaccount = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.get_properties(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # PRIVATE_ENDPOINT_CONNECTION_NAME = "privateEndpointConnection" + PRIVATE_ENDPOINT_CONNECTION_NAME = storageaccount.private_endpoint_connections[0].name + # StorageAccountPutPrivateEndpointConnection[put] + BODY = { + "private_link_service_connection_state": { + "status": "Approved", + "description": "Auto-Approved" + } + } + # [ZIM] this api stopped working + # result = self.mgmt_client.private_endpoint_connections.put(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME, BODY) + + # PutContainers[put] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.create(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, {}) + ) + + # CreateOrUpdateImmutabilityPolicy[put] + BODY = { + "immutability_period_since_creation_in_days": "3", + "allow_protected_append_writes": True + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.create_or_update_immutability_policy( + resource_group.name, + STORAGE_ACCOUNT_NAME, + CONTAINER_NAME, + parameters=BODY) + ) + ETAG = result.etag + + # DeleteImmutabilityPolicy[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.delete_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, ETAG) + ) + + # CreateOrUpdateImmutabilityPolicy[put] again + BODY = { + "immutability_period_since_creation_in_days": "3", + "allow_protected_append_writes": True + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.create_or_update_immutability_policy( + resource_group.name, + STORAGE_ACCOUNT_NAME, + CONTAINER_NAME, + parameters=BODY) + ) + ETAG = result.etag + + # GetImmutabilityPolicy[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.get_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME) + ) + + # GetContainers[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.get(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME) + ) + + # StorageAccountGetPrivateEndpointConnection[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.private_endpoint_connections.get(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME) + ) + + # GetShares[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.file_shares.get(resource_group.name, STORAGE_ACCOUNT_NAME, SHARE_NAME) + ) + + # StorageAccountGetManagementPolicies[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.management_policies.get(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # ListContainers[get] + result = self.to_list( + self.mgmt_client.blob_containers.list(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # # StorageAccountGetEncryptionScope[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.encryption_scopes.get(resource_group.name, STORAGE_ACCOUNT_NAME, ENCRYPTION_SCOPE_NAME) + ) + + # ListShares[get] + result = self.to_list( + self.mgmt_client.file_shares.list(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # GetBlobServices[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_services.get_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # GetFileServices[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.file_services.get_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # StorageAccountListPrivateLinkResources[get] + # TODO: [Kaihui] Why this `list` operation doesn't return AsyncIterable like other list operation. + result = self.event_loop.run_until_complete( + self.mgmt_client.private_link_resources.list_by_storage_account(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # StorageAccountEncryptionScopeList[get] + result = self.to_list( + self.mgmt_client.encryption_scopes.list(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # ListBlobServices[get] + result = self.to_list( + self.mgmt_client.blob_services.list(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # ListFileServices[get] + # TODO: [Kaihui] Why this `list` operation doesn't return AsyncIterable like other list operation. + result = self.event_loop.run_until_complete( + self.mgmt_client.file_services.list(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # StorageAccountGetProperties[get] + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.get_properties(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # StorageAccountListByResourceGroup[get] + result = self.to_list( + self.mgmt_client.storage_accounts.list_by_resource_group(resource_group.name) + ) + + LOCATION_NAME = "westeurope" + # UsageList[get] + result = self.to_list( + self.mgmt_client.usages.list_by_location(LOCATION_NAME) + ) + + # StorageAccountList[get] + result = self.to_list( + self.mgmt_client.storage_accounts.list() + ) + + # SkuList[get] + result = self.to_list( + self.mgmt_client.skus.list() + ) + + # OperationsList[get] + result = self.to_list( + self.mgmt_client.operations.list() + ) + + # SetLegalHoldContainers[post] + BODY = { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.set_legal_hold(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, BODY) + ) + + # ClearLegalHoldContainers[post] + BODY = { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.clear_legal_hold(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, BODY) + ) + + # Acquire a lease on a container[post] + BODY = { + "action": "Acquire", + "lease_duration": "-1" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.lease(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, BODY) + ) + LEASE_ID = result.lease_id + + # Break a lease on a container[post] + BODY = { + "action": "Break", + "lease_id": LEASE_ID + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.lease(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, BODY) + ) + + # UpdateContainers[patch] + BODY = { + "public_access": "Container", + "metadata": { + "metadata": "true" + } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.update(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, BODY) + ) + + # UpdateShares[patch] + BODY = { + "properties": { + "metadata": { + "type": "image" + } + } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.file_shares.update(resource_group.name, STORAGE_ACCOUNT_NAME, SHARE_NAME, BODY) + ) + + # # StorageAccountPatchEncryptionScope[patch] + # BODY = { + # "source": "Microsoft.KeyVault", + # "key_vault_properties": { + # "key_uri": "https://testvault.vault.core.windows.net/keys/key1/863425f1358359c" + # } + # } + BODY = { + "source": "Microsoft.Storage", + "state": "Enabled" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.encryption_scopes.patch(resource_group.name, STORAGE_ACCOUNT_NAME, ENCRYPTION_SCOPE_NAME, BODY) + ) + + # StorageAccountRevokeUserDelegationKeys[post] + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.revoke_user_delegation_keys(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # # TODO: FeatureUnavailableInLocation + # # # BlobRangesRestore[post] + # time_to_restore = (dt.datetime.now(tz=UTC()) - dt.timedelta(minutes=10)).isoformat() + # BODY = { + # "time_to_restore": time_to_restore, + # "blob_ranges": [ + # { + # "start_range": "container/blobpath1", + # "end_range": "container/blobpath2" + # }, + # { + # "start_range": "container2/blobpath3", + # "end_range": "" + # } + # ] + # } + # result = self.mgmt_client.storage_accounts.restore_blob_ranges(resource_group.name, STORAGE_ACCOUNT_NAME, BODY["time_to_restore"], BODY["blob_ranges"]) + # result = result.result() + + # # TODO: Wrong parameters + # StorageAccountListServiceSAS[post] + # signed_expiry = (dt.datetime.now(tz=UTC()) - dt.timedelta(days=2)).isoformat() + # BODY = { + # "canonicalized_resource": "/blob/sto1299/music", + # "signed_resource": "c", + # "signed_permission": "l", + # "signed_expiry": signed_expiry + # } + # result = self.mgmt_client.storage_accounts.list_service_sas(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + + # TODO: Wrong parameters + # # StorageAccountListAccountSAS[post] + # signed_start = dt.datetime.now(tz=UTC()).isoformat() + # BODY = { + # "signed_services": "b", + # "signed_resource_types": "s", + # "signed_permission": "r", + # "signed_protocol": "https,http", + # "signed_start": signed_start, + # "signed_expiry": signed_expiry, + # "key_to_sign": "key1" + # } + # result = self.mgmt_client.storage_accounts.list_account_sas(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + + # StorageAccountRegenerateKey[post] + BODY = { + "key_name": "key2" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.regenerate_key(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) + + """ TODO: Key name kerb2 is not valid. + # StorageAccountRegenerateKerbKey[post] + # BODY = { + # "key_name": "kerb2" + # } + KEY_NAME = "kerb2" + result = self.mgmt_client.storage_accounts.regenerate_key(resource_group.name, STORAGE_ACCOUNT_NAME, KEY_NAME) + """ + + # StorageAccountListKeys[post] + # Why this `list` operation doesn't return AsyncIterable like other list operation. + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.list_keys(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # """ TODO: FeatureUnavailableInLocation + # # StorageAccountEnableAD[patch] + # BODY = { + # "azure_files_identity_based_authentication": { + # "directory_service_options": "AD", + # "active_directory_properties": { + # "domain_name": "adtest.com", + # "net_bios_domain_name": "adtest.com", + # "forest_name": "adtest.com", + # "domain_guid": "aebfc118-9fa9-4732-a21f-d98e41a77ae1", + # "domain_sid": "S-1-5-21-2400535526-2334094090-2402026252", + # "azure_storage_sid": "S-1-5-21-2400535526-2334094090-2402026252-0012" + # } + # } + # } + # result = self.mgmt_client.storage_accounts.update(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + # """ + + # StorageAccountUpdate[patch] + BODY = { + "network_acls": { + "default_action": "Allow" + }, + # TODO: Message: Routing Preferences is not supported for the account. + # "routing_preference": { + # "routing_choice": "MicrosoftRouting", + # "publish_microsoft_endpoints": True, + # "publish_internet_endpoints": True + # }, + "encryption": { + "services": { + "file": { + "key_type": "Account", + "enabled": True + }, + "blob": { + "key_type": "Account", + "enabled": True + } + }, + "key_source": "Microsoft.Storage" + } + } + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.update(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) + + # StorageAccountFailover + # [ZIM] tis testcase fails + # result = self.mgmt_client.storage_accounts.begin_failover(resource_group.name, STORAGE_ACCOUNT_NAME) + #result = result.result() + + # LockImmutabilityPolicy[post] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.lock_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, ETAG) + ) + ETAG = result.etag + + # ExtendImmutabilityPolicy[post] + BODY = { + "immutability_period_since_creation_in_days": "100" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.extend_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, ETAG, BODY) + ) + ETAG = result.etag + + # StorageAccountCheckNameAvailability[post] + BODY = { + "name": "sto3363", + "type": "Microsoft.Storage/storageAccounts" + } + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.check_name_availability(BODY) + ) + + # DeleteContainers[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.blob_containers.delete(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME) + ) + + # # StorageAccountDeletePrivateEndpointConnection[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.private_endpoint_connections.delete(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME) + ) + + # DeleteShares[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.file_shares.delete(resource_group.name, STORAGE_ACCOUNT_NAME, SHARE_NAME) + ) + + # StorageAccountDeleteManagementPolicies[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.management_policies.delete(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + # StorageAccountDelete[delete] + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.delete(resource_group.name, STORAGE_ACCOUNT_NAME) + ) + + +#------------------------------------------------------------------------------ +if __name__ == '__main__': + unittest.main() From b8040e4408642f9f92265b446da577ec4d5aaef0 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 26 May 2020 14:45:31 +0800 Subject: [PATCH 2/4] fix private endpoint connection test --- .../test_cli_mgmt_storage.test_storage.yaml | 496 ++++++++---------- ...li_mgmt_storage.test_storage_failover.yaml | 134 +++++ ...t_cli_mgmt_storage_async.test_storage.yaml | 399 ++++++++------ .../tests/test_cli_mgmt_storage.py | 37 +- .../tests/test_cli_mgmt_storage_async.py | 11 +- 5 files changed, 637 insertions(+), 440 deletions(-) create mode 100644 sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml diff --git a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage.yaml b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage.yaml index 13f45e59b3cd..de7b75b843bc 100644 --- a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage.yaml +++ b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage.yaml @@ -30,11 +30,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:01:19 GMT + - Tue, 26 May 2020 06:13:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/496458c3-e80c-4ee9-a87a-4c5e6a066847?monitor=true&api-version=2019-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8ddc7edf-5aca-4901-b94f-0b059e85c964?monitor=true&api-version=2019-06-01 pragma: - no-cache server: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1186' + - '1199' status: code: 202 message: Accepted @@ -60,10 +60,10 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/496458c3-e80c-4ee9-a87a-4c5e6a066847?monitor=true&api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8ddc7edf-5aca-4901-b94f-0b059e85c964?monitor=true&api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-20T05:01:18.9872028Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:13:30.1214415Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: - no-cache @@ -72,7 +72,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:01:36 GMT + - Tue, 26 May 2020 06:13:47 GMT expires: - '-1' pragma: @@ -106,18 +106,18 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ - ,\r\n \"etag\": \"W/\\\"e2bdeee3-2285-44dc-8aea-8078e6e3492b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"c837e8e8-5cee-4e15-ad7f-f7ce05456790\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"395ea34f-4645-417d-8538-0b30a6dbd462\",\r\n \"\ + \ \"resourceGuid\": \"5586aef3-1a31-488a-8ba2-15f08a167622\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -126,7 +126,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/3f2f7fa1-82f2-4374-956f-e5e701600a3c?api-version=2020-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/e4e5f5c5-8c61-459d-8c53-b42be13298a1?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -134,7 +134,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:39 GMT + - Tue, 26 May 2020 06:13:53 GMT expires: - '-1' pragma: @@ -147,9 +147,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c599187b-616a-4484-a4b8-cb6471aa8414 + - 1d324e52-6b37-4e90-a1b8-3ca34b7ca573 x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 201 message: Created @@ -164,9 +164,9 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/3f2f7fa1-82f2-4374-956f-e5e701600a3c?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/e4e5f5c5-8c61-459d-8c53-b42be13298a1?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -178,7 +178,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:42 GMT + - Tue, 26 May 2020 06:13:57 GMT expires: - '-1' pragma: @@ -195,7 +195,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 854cae6d-bd4a-483b-bc69-f6baf227b335 + - 035988e7-864e-4c91-87bc-cd57f287f381 status: code: 200 message: OK @@ -210,16 +210,16 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ - ,\r\n \"etag\": \"W/\\\"020ae2f9-a061-4f32-ba65-737e71d316cd\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"39f40589-3e30-4e1a-9323-2faf8bb405ec\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"395ea34f-4645-417d-8538-0b30a6dbd462\",\r\n \"\ + \ \"resourceGuid\": \"5586aef3-1a31-488a-8ba2-15f08a167622\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -232,9 +232,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:42 GMT + - Tue, 26 May 2020 06:13:57 GMT etag: - - W/"020ae2f9-a061-4f32-ba65-737e71d316cd" + - W/"39f40589-3e30-4e1a-9323-2faf8bb405ec" expires: - '-1' pragma: @@ -251,7 +251,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 90cafb37-1049-41fa-bc75-e35e525ecea7 + - d63399bd-cc3d-4efe-8db7-5b4ae07a1016 status: code: 200 message: OK @@ -271,22 +271,22 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ - ,\r\n \"etag\": \"W/\\\"f40721ea-cfe1-4188-a52b-b02540983461\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"b45ebcfb-0663-4529-b635-f3cb7ce56106\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ \r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/93e0d04d-a054-4228-8a42-446c88f611c5?api-version=2020-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/55e02c89-8cb1-4b27-9873-8f7b9386171f?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -294,7 +294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:42 GMT + - Tue, 26 May 2020 06:13:58 GMT expires: - '-1' pragma: @@ -307,9 +307,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6c85b2fe-90f9-43be-9907-3959eeb1474a + - f6edf3cc-e018-4395-9f84-84a7889ea9cb x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1193' status: code: 201 message: Created @@ -324,9 +324,9 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/93e0d04d-a054-4228-8a42-446c88f611c5?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/55e02c89-8cb1-4b27-9873-8f7b9386171f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -338,7 +338,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:46 GMT + - Tue, 26 May 2020 06:14:02 GMT expires: - '-1' pragma: @@ -355,7 +355,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7c412bc9-9485-47ea-a307-586b3f295e8d + - 000b1243-109b-4262-bc81-2c5e4acd890b status: code: 200 message: OK @@ -370,13 +370,13 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ - ,\r\n \"etag\": \"W/\\\"d4f72a63-3a17-4875-a4e7-bf6326d10ea6\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6652ce4a-c91e-4108-b9c7-859fbac78636\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ @@ -389,9 +389,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:47 GMT + - Tue, 26 May 2020 06:14:02 GMT etag: - - W/"d4f72a63-3a17-4875-a4e7-bf6326d10ea6" + - W/"6652ce4a-c91e-4108-b9c7-859fbac78636" expires: - '-1' pragma: @@ -408,7 +408,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b7ce719d-01a9-461e-a837-543614c68e26 + - 61120437-d21d-4675-bbb6-602135b5e095 status: code: 200 message: OK @@ -429,21 +429,21 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ - ,\r\n \"etag\": \"W/\\\"46f5b63c-240b-48ca-846e-6a1971718500\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"427ca301-56f8-48e5-9594-a97fc4d385c4\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"7cd0cf76-2ed1-47f9-a439-227d2108ec57\",\r\n \ + ,\r\n \"resourceGuid\": \"20d72b6b-102b-4def-936a-a1a7559bf658\",\r\n \ \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ - ,\r\n \"etag\": \"W/\\\"46f5b63c-240b-48ca-846e-6a1971718500\\\"\"\ + ,\r\n \"etag\": \"W/\\\"427ca301-56f8-48e5-9594-a97fc4d385c4\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ @@ -453,21 +453,21 @@ interactions: \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.a44448ad-4837-4a17-aa5a-eee83a96e8f0\"\ - \r\n }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.d5aefaed-e9a8-47fa-ac83-7a58468a3eb1\"\ + \r\n }\r\n ]\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0a0bd4a1-ecc3-4c1b-9b78-a0ea0adf4dba?api-version=2020-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/302e75ba-f830-463c-a8c8-499cf6e859e2?api-version=2019-09-01 cache-control: - no-cache content-length: - - '2062' + - '2033' content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:01:49 GMT + - Tue, 26 May 2020 06:14:08 GMT expires: - '-1' pragma: @@ -480,9 +480,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 91f4fe9d-d699-4043-9015-ab1f18ae7a96 + - d31f6af9-06b8-477e-b1a1-a7e3727bb691 x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1192' status: code: 201 message: Created @@ -497,101 +497,9 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0a0bd4a1-ecc3-4c1b-9b78-a0ea0adf4dba?api-version=2020-04-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 20 May 2020 05:02:03 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - 93c7c140-f637-47a2-a939-d39dc838b758 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0a0bd4a1-ecc3-4c1b-9b78-a0ea0adf4dba?api-version=2020-04-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 20 May 2020 05:02:13 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - 8525f75b-50f0-4b36-bc33-3f118e10f93b - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0a0bd4a1-ecc3-4c1b-9b78-a0ea0adf4dba?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/302e75ba-f830-463c-a8c8-499cf6e859e2?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -603,7 +511,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:02:23 GMT + - Tue, 26 May 2020 06:14:17 GMT expires: - '-1' pragma: @@ -620,7 +528,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c2765906-9e0e-41f2-90d3-5f97e180c7b5 + - e9a796a2-a270-4cb8-b7ce-8f9175b7ffe9 status: code: 200 message: OK @@ -635,19 +543,19 @@ interactions: - keep-alive User-Agent: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-network/10.2.0 Azure-SDK-For-Python + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2020-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ - ,\r\n \"etag\": \"W/\\\"406fdcb2-835a-4148-b15e-3899aedbb7dc\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"2f418f7c-5c6b-418a-bf9c-3ef37c998075\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"7cd0cf76-2ed1-47f9-a439-227d2108ec57\",\r\n \ + ,\r\n \"resourceGuid\": \"20d72b6b-102b-4def-936a-a1a7559bf658\",\r\n \ \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ - ,\r\n \"etag\": \"W/\\\"406fdcb2-835a-4148-b15e-3899aedbb7dc\\\"\"\ + ,\r\n \"etag\": \"W/\\\"2f418f7c-5c6b-418a-bf9c-3ef37c998075\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ @@ -658,22 +566,19 @@ interactions: \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.a44448ad-4837-4a17-aa5a-eee83a96e8f0\"\ - \r\n }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \ - \ \"fqdn\": \"storageaccountxxyyzzn.blob.core.windows.net\",\r\n \"\ - ipAddresses\": [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n \ - \ ]\r\n }\r\n}" + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.d5aefaed-e9a8-47fa-ac83-7a58468a3eb1\"\ + \r\n }\r\n ]\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '2223' + - '2047' content-type: - application/json; charset=utf-8 date: - - Wed, 20 May 2020 05:02:23 GMT + - Tue, 26 May 2020 06:14:18 GMT etag: - - W/"406fdcb2-835a-4148-b15e-3899aedbb7dc" + - W/"2f418f7c-5c6b-418a-bf9c-3ef37c998075" expires: - '-1' pragma: @@ -690,7 +595,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7dfacaee-c273-4eca-8802-cb0d56149c86 + - 56244747-63e1-430f-bc8f-1c996d44299f status: code: 200 message: OK @@ -722,7 +627,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:24 GMT + - Tue, 26 May 2020 06:14:18 GMT expires: - '-1' pragma: @@ -738,7 +643,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1185' + - '1198' status: code: 200 message: OK @@ -780,7 +685,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:27 GMT + - Tue, 26 May 2020 06:14:19 GMT expires: - '-1' pragma: @@ -796,7 +701,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1184' + - '1197' status: code: 200 message: OK @@ -819,7 +724,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-20T05:02:28.8071323Z","lastModifiedTime":"2020-05-20T05:02:28.8071323Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:14:21.0053940Z","lastModifiedTime":"2020-05-26T06:14:21.0053940Z","state":"Enabled"}}' headers: cache-control: - no-cache @@ -828,7 +733,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:28 GMT + - Tue, 26 May 2020 06:14:20 GMT expires: - '-1' pragma: @@ -840,7 +745,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1183' + - '1196' status: code: 201 message: Created @@ -867,7 +772,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-20T05:02:30.1024763Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T06:14:21.4858835Z"}}' headers: cache-control: - no-cache @@ -876,7 +781,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:29 GMT + - Tue, 26 May 2020 06:14:20 GMT expires: - '-1' pragma: @@ -892,7 +797,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1182' + - '1195' status: code: 200 message: OK @@ -924,9 +829,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:31 GMT + - Tue, 26 May 2020 06:14:21 GMT etag: - - '"0x8D7FC7B00A21FE4"' + - '"0x8D8013C083D5F94"' expires: - '-1' pragma: @@ -938,7 +843,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1181' + - '1194' status: code: 201 message: Created @@ -957,7 +862,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","name":"storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-20T05:01:18.9872028Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","name":"storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:13:30.1214415Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: - no-cache @@ -966,7 +871,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:32 GMT + - Tue, 26 May 2020 06:14:21 GMT expires: - '-1' pragma: @@ -984,6 +889,55 @@ interactions: status: code: 200 message: OK +- request: + body: '{"properties": {"privateLinkServiceConnectionState": {"status": "Rejected", + "description": "Auto-Approved"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","name":"storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}' + headers: + cache-control: + - no-cache + content-length: + - '764' + content-type: + - application/json + date: + - Tue, 26 May 2020 06:14: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 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1193' + status: + code: 200 + message: OK - request: body: '{}' headers: @@ -1012,9 +966,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:32 GMT + - Tue, 26 May 2020 06:14:24 GMT etag: - - '"0x8D7FC7B0177756D"' + - '"0x8D8013C0A169CE8"' expires: - '-1' pragma: @@ -1026,7 +980,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1180' + - '1192' status: code: 201 message: Created @@ -1050,7 +1004,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b01d18574\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c0a570c9f\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: - no-cache @@ -1059,9 +1013,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:33 GMT + - Tue, 26 May 2020 06:14:24 GMT etag: - - '"8d7fc7b01d18574"' + - '"8d8013c0a570c9f"' expires: - '-1' pragma: @@ -1077,7 +1031,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1179' + - '1191' status: code: 200 message: OK @@ -1093,14 +1047,14 @@ interactions: Content-Length: - '0' If-Match: - - '"8d7fc7b01d18574"' + - '"8d8013c0a570c9f"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b022e862c\"","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Deleted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c0a976c00\"","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Deleted"}}' headers: cache-control: - no-cache @@ -1109,9 +1063,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:33 GMT + - Tue, 26 May 2020 06:14:25 GMT etag: - - '"8d7fc7b022e862c"' + - '"8d8013c0a976c00"' expires: - '-1' pragma: @@ -1127,7 +1081,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 200 message: OK @@ -1151,7 +1105,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b0299cb56\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c0ad56926\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: - no-cache @@ -1160,9 +1114,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:34 GMT + - Tue, 26 May 2020 06:14:25 GMT etag: - - '"8d7fc7b0299cb56"' + - '"8d8013c0ad56926"' expires: - '-1' pragma: @@ -1178,7 +1132,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1178' + - '1190' status: code: 200 message: OK @@ -1197,7 +1151,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b0299cb56\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c0ad56926\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: - no-cache @@ -1206,9 +1160,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:34 GMT + - Tue, 26 May 2020 06:14:25 GMT etag: - - '"8d7fc7b0299cb56"' + - '"8d8013c0ad56926"' expires: - '-1' pragma: @@ -1241,7 +1195,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D7FC7B029C066B\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-20T05:02:35.0000000Z","immutabilityPolicy":{"etag":"\"8d7fc7b0299cb56\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"updateHistory":[{"allowProtectedAppendWrites":true,"update":"put","immutabilityPeriodSinceCreationInDays":3,"timestamp":"2020-05-20T05:02:35.1181280Z","objectIdentifier":"20d81029-94cd-4923-a766-994415ff73bd","tenantId":"00000000-0000-0000-0000-000000000000"}]},"legalHold":{"hasLegalHold":false,"tags":[]},"hasImmutabilityPolicy":true,"hasLegalHold":false}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8013C0AD7784A\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T06:14:26.0000000Z","immutabilityPolicy":{"etag":"\"8d8013c0ad56926\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"updateHistory":[{"allowProtectedAppendWrites":true,"update":"put","immutabilityPeriodSinceCreationInDays":3,"timestamp":"2020-05-26T06:14:26.4505314Z","objectIdentifier":"123743cc-88ef-49ee-920e-13958fe5697d","tenantId":"00000000-0000-0000-0000-000000000000"}]},"legalHold":{"hasLegalHold":false,"tags":[]},"hasImmutabilityPolicy":true,"hasLegalHold":false}}' headers: cache-control: - no-cache @@ -1250,9 +1204,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:34 GMT + - Tue, 26 May 2020 06:14:26 GMT etag: - - '"0x8D7FC7B029C066B"' + - '"0x8D8013C0AD7784A"' expires: - '-1' pragma: @@ -1282,10 +1236,10 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61?api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","name":"storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","name":"storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}' headers: cache-control: - no-cache @@ -1294,7 +1248,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:35 GMT + - Tue, 26 May 2020 06:14:26 GMT expires: - '-1' pragma: @@ -1327,7 +1281,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01&$expand=stats response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D7FC7B00A21FE4\"","properties":{"shareUsageBytes":0,"lastModifiedTime":"2020-05-20T05:02:31.0000000Z","shareQuota":5120}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8013C083D5F94\"","properties":{"shareUsageBytes":0,"lastModifiedTime":"2020-05-26T06:14:22.0000000Z","shareQuota":5120}}' headers: cache-control: - no-cache @@ -1336,9 +1290,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:35 GMT + - Tue, 26 May 2020 06:14:26 GMT etag: - - '"0x8D7FC7B00A21FE4"' + - '"0x8D8013C083D5F94"' expires: - '-1' pragma: @@ -1371,7 +1325,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-20T05:02:30.1024763Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T06:14:21.4858835Z"}}' headers: cache-control: - no-cache @@ -1380,7 +1334,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:27 GMT expires: - '-1' pragma: @@ -1413,7 +1367,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-20T05:02:28.8071323Z","lastModifiedTime":"2020-05-20T05:02:28.8071323Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:14:21.0053940Z","lastModifiedTime":"2020-05-26T06:14:21.0053940Z","state":"Enabled"}}' headers: cache-control: - no-cache @@ -1422,7 +1376,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:27 GMT expires: - '-1' pragma: @@ -1465,7 +1419,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:27 GMT expires: - '-1' pragma: @@ -1507,7 +1461,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:27 GMT expires: - '-1' pragma: @@ -1549,7 +1503,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:29 GMT expires: - '-1' pragma: @@ -1591,7 +1545,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:29 GMT expires: - '-1' pragma: @@ -1624,7 +1578,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","name":"storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-20T05:01:18.9872028Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","name":"storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:13:30.1214415Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: - no-cache @@ -1633,7 +1587,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:36 GMT + - Tue, 26 May 2020 06:14:29 GMT expires: - '-1' pragma: @@ -1679,7 +1633,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:37 GMT + - Tue, 26 May 2020 06:14:30 GMT expires: - '-1' pragma: @@ -1695,7 +1649,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 200 message: OK @@ -1727,7 +1681,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:37 GMT + - Tue, 26 May 2020 06:14:30 GMT expires: - '-1' pragma: @@ -1743,7 +1697,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1198' status: code: 200 message: OK @@ -1766,7 +1720,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 response: body: - string: '{"leaseId":"86a2352a-a0eb-4638-8b38-f9f16a558cfb"}' + string: '{"leaseId":"c4e14c1f-1632-4cab-a8d1-357cb67bf0ac"}' headers: cache-control: - no-cache @@ -1775,9 +1729,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:38 GMT + - Tue, 26 May 2020 06:14:30 GMT etag: - - '"0x8D7FC7B04851CA9"' + - '"0x8D8013C0D37AA09"' expires: - '-1' pragma: @@ -1793,12 +1747,12 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1197' status: code: 200 message: OK - request: - body: '{"action": "Break", "leaseId": "86a2352a-a0eb-4638-8b38-f9f16a558cfb"}' + body: '{"action": "Break", "leaseId": "c4e14c1f-1632-4cab-a8d1-357cb67bf0ac"}' headers: Accept: - application/json @@ -1825,9 +1779,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:38 GMT + - Tue, 26 May 2020 06:14:31 GMT etag: - - '"0x8D7FC7B04851CA9"' + - '"0x8D8013C0D37AA09"' expires: - '-1' pragma: @@ -1843,7 +1797,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1196' status: code: 200 message: OK @@ -1875,9 +1829,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:39 GMT + - Tue, 26 May 2020 06:14:31 GMT etag: - - '"0x8D7FC7B05A7151E"' + - '"0x8D8013C0DF0E2D2"' expires: - '-1' pragma: @@ -1893,7 +1847,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1177' + - '1189' status: code: 200 message: OK @@ -1925,9 +1879,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:40 GMT + - Tue, 26 May 2020 06:14:32 GMT etag: - - '"0x8D7FC7B06039700"' + - '"0x8D8013C0E3F569B"' expires: - '-1' pragma: @@ -1943,7 +1897,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1176' + - '1188' status: code: 200 message: OK @@ -1966,7 +1920,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-20T05:02:28.8071323Z","lastModifiedTime":"2020-05-20T05:02:28.8071323Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:14:21.0053940Z","lastModifiedTime":"2020-05-26T06:14:21.0053940Z","state":"Enabled"}}' headers: cache-control: - no-cache @@ -1975,7 +1929,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:40 GMT + - Tue, 26 May 2020 06:14:32 GMT expires: - '-1' pragma: @@ -1991,7 +1945,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1175' + - '1187' status: code: 200 message: OK @@ -2021,7 +1975,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:41 GMT + - Tue, 26 May 2020 06:14:33 GMT expires: - '-1' pragma: @@ -2033,7 +1987,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1195' status: code: 200 message: OK @@ -2056,7 +2010,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/regenerateKey?api-version=2019-06-01 response: body: - string: '{"keys":[{"keyName":"key1","value":"He+tX4zh/EKmRLeJ0ygb7eokfs0Ojh5desVqTrz+P35Kj/MdeaiFcRTIdwRNowTCTy4038o9OQU/x7bA9RJTQA==","permissions":"FULL"},{"keyName":"key2","value":"zxH1Ggtf5Omj4eZUDQ8EIxKweGv7DihAA2a+b5M/KqnRnofD7nRkcQhRo6giF71Rp4BBxwRdT01tffb+wLhIOw==","permissions":"FULL"}]}' + string: '{"keys":[{"keyName":"key1","value":"fFuuOOELCtPYES2P9dfJKgA7Nb54/s1393QC7Tyuun4/YzQQJW9xTU91goV7Qzw5QuLb/TRUMGlY7eQhHZr1Tg==","permissions":"FULL"},{"keyName":"key2","value":"L1yYk7fuCfKcCfVbC5qQ+86MyKnV6YE+L3qhtD0ehjte9R7c60e6gV9sZMzZ9ewoloCeGh77ajZ1MaklV1Rwpw==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2065,7 +2019,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:42 GMT + - Tue, 26 May 2020 06:14:33 GMT expires: - '-1' pragma: @@ -2081,7 +2035,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1187' + - '1194' status: code: 200 message: OK @@ -2102,7 +2056,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/listKeys?api-version=2019-06-01&$expand=kerb response: body: - string: '{"keys":[{"keyName":"key1","value":"He+tX4zh/EKmRLeJ0ygb7eokfs0Ojh5desVqTrz+P35Kj/MdeaiFcRTIdwRNowTCTy4038o9OQU/x7bA9RJTQA==","permissions":"FULL"},{"keyName":"key2","value":"zxH1Ggtf5Omj4eZUDQ8EIxKweGv7DihAA2a+b5M/KqnRnofD7nRkcQhRo6giF71Rp4BBxwRdT01tffb+wLhIOw==","permissions":"FULL"}]}' + string: '{"keys":[{"keyName":"key1","value":"fFuuOOELCtPYES2P9dfJKgA7Nb54/s1393QC7Tyuun4/YzQQJW9xTU91goV7Qzw5QuLb/TRUMGlY7eQhHZr1Tg==","permissions":"FULL"},{"keyName":"key2","value":"L1yYk7fuCfKcCfVbC5qQ+86MyKnV6YE+L3qhtD0ehjte9R7c60e6gV9sZMzZ9ewoloCeGh77ajZ1MaklV1Rwpw==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2111,7 +2065,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:43 GMT + - Tue, 26 May 2020 06:14:33 GMT expires: - '-1' pragma: @@ -2127,7 +2081,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -2151,7 +2105,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","name":"storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-20T05:01:19.0809242Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-20T05:01:18.9872028Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","name":"storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:13:30.2151976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:13:30.1214415Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: - no-cache @@ -2160,7 +2114,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:44 GMT + - Tue, 26 May 2020 06:14:34 GMT expires: - '-1' pragma: @@ -2176,7 +2130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1174' + - '1186' status: code: 200 message: OK @@ -2192,14 +2146,14 @@ interactions: Content-Length: - '0' If-Match: - - '"8d7fc7b0299cb56"' + - '"8d8013c0ad56926"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/lock?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b08cb4d88\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c0fd5b8e9\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"}}' headers: cache-control: - no-cache @@ -2208,9 +2162,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:44 GMT + - Tue, 26 May 2020 06:14:34 GMT etag: - - '"8d7fc7b08cb4d88"' + - '"8d8013c0fd5b8e9"' expires: - '-1' pragma: @@ -2226,7 +2180,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1186' + - '1193' status: code: 200 message: OK @@ -2244,14 +2198,14 @@ interactions: Content-Type: - application/json If-Match: - - '"8d7fc7b08cb4d88"' + - '"8d8013c0fd5b8e9"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/extend?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d7fc7b0919fa73\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013c101153fc\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"}}' headers: cache-control: - no-cache @@ -2260,9 +2214,9 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:46 GMT + - Tue, 26 May 2020 06:14:35 GMT etag: - - '"8d7fc7b0919fa73"' + - '"8d8013c101153fc"' expires: - '-1' pragma: @@ -2278,7 +2232,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1185' + - '1192' status: code: 200 message: OK @@ -2310,7 +2264,7 @@ interactions: content-type: - application/json date: - - Wed, 20 May 2020 05:02:46 GMT + - Tue, 26 May 2020 06:14:36 GMT expires: - '-1' pragma: @@ -2354,7 +2308,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:47 GMT + - Tue, 26 May 2020 06:14:36 GMT expires: - '-1' pragma: @@ -2366,7 +2320,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14998' status: code: 200 message: OK @@ -2384,7 +2338,7 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.c899c9e9-62ec-4fc6-bce1-79ce1d25fe61?api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storagef61c0e02/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.fa29f3c6-ff57-4d2b-9a46-2eb770e6ca51?api-version=2019-06-01 response: body: string: '' @@ -2396,7 +2350,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:49 GMT + - Tue, 26 May 2020 06:14:38 GMT expires: - '-1' pragma: @@ -2408,7 +2362,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14997' status: code: 200 message: OK @@ -2438,7 +2392,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:52 GMT + - Tue, 26 May 2020 06:14:38 GMT expires: - '-1' pragma: @@ -2450,7 +2404,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14996' status: code: 200 message: OK @@ -2480,7 +2434,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:52 GMT + - Tue, 26 May 2020 06:14:39 GMT expires: - '-1' pragma: @@ -2492,7 +2446,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14994' + - '14995' status: code: 200 message: OK @@ -2522,7 +2476,7 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Wed, 20 May 2020 05:02:56 GMT + - Tue, 26 May 2020 06:14:44 GMT expires: - '-1' pragma: @@ -2534,7 +2488,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14993' + - '14994' status: code: 200 message: OK diff --git a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml new file mode 100644 index 000000000000..85c8af758819 --- /dev/null +++ b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml @@ -0,0 +1,134 @@ +interactions: +- request: + body: '{"sku": {"name": "Standard_LRS"}, "kind": "StorageV2", "location": "westeurope", + "tags": {"key1": "value1", "key2": "value2"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '126' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz?api-version=2019-06-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Tue, 26 May 2020 06:19:31 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6d50a236-4002-4530-b442-6e1d34e2b396?monitor=true&api-version=2019-06-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6d50a236-4002-4530-b442-6e1d34e2b396?monitor=true&api-version=2019-06-01 + response: + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz","name":"storageaccountxxyyz","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:19:31.1744867Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:19:31.1744867Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:19:31.0963749Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyz.dfs.core.windows.net/","web":"https://storageaccountxxyyz.z6.web.core.windows.net/","blob":"https://storageaccountxxyyz.blob.core.windows.net/","queue":"https://storageaccountxxyyz.queue.core.windows.net/","table":"https://storageaccountxxyyz.table.core.windows.net/","file":"https://storageaccountxxyyz.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1365' + content-type: + - application/json + date: + - Tue, 26 May 2020 06: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 + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz/failover?api-version=2019-06-01 + response: + body: + string: '{"error":{"code":"InvalidAccountType","message":"The AccountType Standard_LRS + is invalid. For more information, see - https://aka.ms/accountfailoverprerequisites"}}' + headers: + cache-control: + - no-cache + content-length: + - '164' + content-type: + - application/json + date: + - Tue, 26 May 2020 06: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-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml index 1f1f0480f489..4cc21f9c50e0 100644 --- a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml +++ b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage_async.test_storage.yaml @@ -22,15 +22,15 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:37:44 GMT + date: Tue, 26 May 2020 06:39:01 GMT expires: '-1' - location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 + location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/1ea056ad-85f6-4020-a9a3-9f4e6d9cc82d?monitor=true&api-version=2019-06-01 pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: max-age=31536000; includeSubDomains x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1199' + x-ms-ratelimit-remaining-subscription-writes: '1196' status: code: 202 message: Accepted @@ -41,15 +41,15 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/1ea056ad-85f6-4020-a9a3-9f4e6d9cc82d?monitor=true&api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:38:02 GMT + date: Tue, 26 May 2020 06:39:19 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -61,7 +61,7 @@ interactions: status: code: 200 message: OK - url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3de9ad0b-efe0-4568-a543-500c881e52cd?monitor=true&api-version=2019-06-01 + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/providers/Microsoft.Storage/locations/westeurope/asyncoperations/1ea056ad-85f6-4020-a9a3-9f4e6d9cc82d?monitor=true&api-version=2019-06-01 - request: body: '{"location": "westeurope", "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}}}' @@ -86,10 +86,10 @@ interactions: response: body: string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ - ,\r\n \"etag\": \"W/\\\"aad9b3cd-3255-4594-88c6-d4d55e13c7b7\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a83dc33d-5f30-4afd-a913-e5cfa96d81b7\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"4a0ea4c8-a3a9-47ca-a10d-6133e0cce034\",\r\n \"\ + \ \"resourceGuid\": \"074788af-44c0-4595-a2ea-e0d1750dd1ff\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -98,7 +98,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7747d209-3b77-4d80-a244-23e99ac12733?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0edde4da-5093-41e8-8c80-78ed7f00c4ee?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -106,7 +106,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:11 GMT + - Tue, 26 May 2020 06:39:25 GMT expires: - '-1' pragma: @@ -119,9 +119,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ff7513b-0ed5-4b1b-9b9e-279e053bf197 + - 147feb3d-7f7b-435c-9559-dc0f6de47e7b x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1187' status: code: 201 message: Created @@ -138,7 +138,7 @@ interactions: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7747d209-3b77-4d80-a244-23e99ac12733?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/0edde4da-5093-41e8-8c80-78ed7f00c4ee?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -150,7 +150,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:14 GMT + - Tue, 26 May 2020 06:39:29 GMT expires: - '-1' pragma: @@ -167,7 +167,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 774b38a8-99c1-4ff1-9134-eeff8413f69a + - 1e8a12d0-c9e1-4183-92f1-eee7d83aad4c status: code: 200 message: OK @@ -188,10 +188,10 @@ interactions: response: body: string: "{\r\n \"name\": \"virualnetwork111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111\"\ - ,\r\n \"etag\": \"W/\\\"0e8a9d5c-ef88-4247-9762-d67ef91fb742\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"95d995d6-1be4-411d-a638-ea41bd47484d\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westeurope\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"4a0ea4c8-a3a9-47ca-a10d-6133e0cce034\",\r\n \"\ + \ \"resourceGuid\": \"074788af-44c0-4595-a2ea-e0d1750dd1ff\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -204,9 +204,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:15 GMT + - Tue, 26 May 2020 06:39:30 GMT etag: - - W/"0e8a9d5c-ef88-4247-9762-d67ef91fb742" + - W/"95d995d6-1be4-411d-a638-ea41bd47484d" expires: - '-1' pragma: @@ -223,7 +223,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7f853a47-d3d0-4360-a854-a7e612fd09f8 + - b00e1783-d72f-4329-af4f-498205974061 status: code: 200 message: OK @@ -251,14 +251,14 @@ interactions: response: body: string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ - ,\r\n \"etag\": \"W/\\\"fccd5927-7623-4f28-926c-bc13160de5e9\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a27b9caa-1c2c-435a-b0ee-f641125bf2c5\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ \r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7569dc1c-46f2-415d-81af-8ab7aad3e053?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/5f16f860-6f04-4cb9-b9d6-e7f6fae41f4c?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -266,7 +266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:15 GMT + - Tue, 26 May 2020 06:39:30 GMT expires: - '-1' pragma: @@ -279,9 +279,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ef762eb4-30b6-4aaf-813b-21d7374a8392 + - 9acee4f6-82e5-4316-b5b7-cb860b395d65 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1186' status: code: 201 message: Created @@ -298,7 +298,7 @@ interactions: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/7569dc1c-46f2-415d-81af-8ab7aad3e053?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/5f16f860-6f04-4cb9-b9d6-e7f6fae41f4c?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -310,7 +310,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:19 GMT + - Tue, 26 May 2020 06:39:35 GMT expires: - '-1' pragma: @@ -327,7 +327,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e527eca5-f908-435f-a27a-4de26bfbf500 + - 2f9b4bb7-5c07-47dc-ab20-e1a4c8b2d84e status: code: 200 message: OK @@ -348,7 +348,7 @@ interactions: response: body: string: "{\r\n \"name\": \"subnet111\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ - ,\r\n \"etag\": \"W/\\\"cb321b11-3c5a-419c-95d1-59e5dec188ed\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"5e2e57b8-8d2f-4d40-ae15-f2093802333d\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Disabled\"\ @@ -361,9 +361,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:19 GMT + - Tue, 26 May 2020 06:39:35 GMT etag: - - W/"cb321b11-3c5a-419c-95d1-59e5dec188ed" + - W/"5e2e57b8-8d2f-4d40-ae15-f2093802333d" expires: - '-1' pragma: @@ -380,7 +380,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 28a04159-d67d-405c-8863-5ebcb3eea11e + - a7232a67-51a9-412b-983a-ebae6c8b2b34 status: code: 200 message: OK @@ -409,13 +409,13 @@ interactions: response: body: string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ - ,\r\n \"etag\": \"W/\\\"b4d24695-f3ff-40a2-93cf-714692faa5ba\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6091049c-abfa-4683-b8ca-4c4311e3c468\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"c2ec77ec-81ce-4eb8-9ca2-fd6046dba80b\",\r\n \ + ,\r\n \"resourceGuid\": \"59994a8d-f2df-4400-b964-04816a9f29ee\",\r\n \ \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ - ,\r\n \"etag\": \"W/\\\"b4d24695-f3ff-40a2-93cf-714692faa5ba\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6091049c-abfa-4683-b8ca-4c4311e3c468\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ @@ -425,13 +425,13 @@ interactions: \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.73a95d3c-69ff-43bc-ad64-093e6e972c1d\"\ + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.644aea9c-a435-4086-85e4-235d7564a3b9\"\ \r\n }\r\n ]\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/4e69b8ea-637c-4534-9b60-a7b63e51b3e8?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -439,7 +439,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:40 GMT + - Tue, 26 May 2020 06:39:39 GMT expires: - '-1' pragma: @@ -452,9 +452,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 06c3fa2e-3999-43df-9ca0-b0ada3c946d4 + - 58cb00dc-89d1-442c-85c2-0694153f14b5 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1185' status: code: 201 message: Created @@ -471,7 +471,53 @@ interactions: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/4e69b8ea-637c-4534-9b60-a7b63e51b3e8?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 May 2020 06:39:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9ab552fb-65c2-41a5-a9bb-55342c223350 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/4e69b8ea-637c-4534-9b60-a7b63e51b3e8?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -483,7 +529,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:38:52 GMT + - Tue, 26 May 2020 06:40:00 GMT expires: - '-1' pragma: @@ -500,7 +546,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 03ab62f9-b19b-4716-94a3-0e8c51d19798 + - 09e5c0c9-1926-43e0-865c-b77aa262f849 status: code: 200 message: OK @@ -517,7 +563,7 @@ interactions: - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/614fb9ce-0c2e-456b-86e0-ffb2c2bbcd7d?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westeurope/operations/4e69b8ea-637c-4534-9b60-a7b63e51b3e8?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -529,7 +575,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:39:02 GMT + - Tue, 26 May 2020 06:40:11 GMT expires: - '-1' pragma: @@ -546,7 +592,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - aba7f966-8f80-4f5c-bf19-2a9ebb067405 + - a3df200b-a173-4d8b-b13d-7ba5b69f1eb2 status: code: 200 message: OK @@ -567,13 +613,13 @@ interactions: response: body: string: "{\r\n \"name\": \"endpoint123xxx\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx\"\ - ,\r\n \"etag\": \"W/\\\"d319fa91-fea7-4086-8d80-1c8739851c13\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"60d20f10-257d-4481-96af-2434345e34a3\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"\ westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"c2ec77ec-81ce-4eb8-9ca2-fd6046dba80b\",\r\n \ + ,\r\n \"resourceGuid\": \"59994a8d-f2df-4400-b964-04816a9f29ee\",\r\n \ \ \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"\ myconnection\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx/privateLinkServiceConnections/myconnection\"\ - ,\r\n \"etag\": \"W/\\\"d319fa91-fea7-4086-8d80-1c8739851c13\\\"\"\ + ,\r\n \"etag\": \"W/\\\"60d20f10-257d-4481-96af-2434345e34a3\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn\"\ ,\r\n \"groupIds\": [\r\n \"blob\"\r\n ],\r\n\ @@ -584,7 +630,7 @@ interactions: \r\n }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\ \n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/virtualNetworks/virualnetwork111/subnets/subnet111\"\ \r\n },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.73a95d3c-69ff-43bc-ad64-093e6e972c1d\"\ + /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/networkInterfaces/endpoint123xxx.nic.644aea9c-a435-4086-85e4-235d7564a3b9\"\ \r\n }\r\n ]\r\n }\r\n}" headers: cache-control: @@ -594,9 +640,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 26 May 2020 03:39:03 GMT + - Tue, 26 May 2020 06:40:11 GMT etag: - - W/"d319fa91-fea7-4086-8d80-1c8739851c13" + - W/"60d20f10-257d-4481-96af-2434345e34a3" expires: - '-1' pragma: @@ -613,7 +659,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 36a62824-d939-4623-926b-771a6aff8167 + - 02ef3510-d328-4452-be36-37816dcd34da status: code: 200 message: OK @@ -637,7 +683,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:03 GMT + date: Tue, 26 May 2020 06:40:12 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -681,7 +727,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:05 GMT + date: Tue, 26 May 2020 06:40:13 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -710,12 +756,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:40:14.1395228Z","lastModifiedTime":"2020-05-26T06:40:14.1395228Z","state":"Enabled"}}' headers: cache-control: no-cache content-length: '502' content-type: application/json - date: Tue, 26 May 2020 03:39:05 GMT + date: Tue, 26 May 2020 06:40:13 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -746,12 +792,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T03:39:06.4817895Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T06:40:14.6235652Z"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:06 GMT + date: Tue, 26 May 2020 06:40:14 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -785,8 +831,8 @@ interactions: cache-control: no-cache content-length: '330' content-type: application/json - date: Tue, 26 May 2020 03:39:06 GMT - etag: '"0x8D8012658132F41"' + date: Tue, 26 May 2020 06:40:14 GMT + etag: '"0x8D8013FA5FF65C8"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -809,12 +855,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:07 GMT + date: Tue, 26 May 2020 06:40:14 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -827,6 +873,41 @@ interactions: code: 200 message: OK url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 +- request: + body: '{"properties": {"privateLinkServiceConnectionState": {"status": "Rejected", + "description": "Auto-Approved"}}}' + headers: + Accept: + - application/json + Content-Length: + - '109' + Content-Type: + - application/json + User-Agent: + - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}' + headers: + cache-control: no-cache + content-encoding: gzip + content-type: application/json + date: Tue, 26 May 2020 06:40: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 + transfer-encoding: chunked + vary: Accept-Encoding + x-content-type-options: nosniff + x-ms-ratelimit-remaining-subscription-writes: '1194' + status: + code: 200 + message: OK + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 - request: body: '{}' headers: @@ -847,15 +928,15 @@ interactions: cache-control: no-cache content-length: '338' content-type: application/json - date: Tue, 26 May 2020 03:39:07 GMT - etag: '"0x8D8012658D18855"' + date: Tue, 26 May 2020 06:40:17 GMT + etag: '"0x8D8013FA7FDA2E2"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: max-age=31536000; includeSubDomains x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1194' + x-ms-ratelimit-remaining-subscription-writes: '1193' status: code: 201 message: Created @@ -876,13 +957,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d801265913e6de\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fa83bd3bb\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:08 GMT - etag: '"8d801265913e6de"' + date: Tue, 26 May 2020 06:40:18 GMT + etag: '"8d8013fa83bd3bb"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -891,7 +972,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1193' + x-ms-ratelimit-remaining-subscription-writes: '1192' status: code: 200 message: OK @@ -902,20 +983,20 @@ interactions: Accept: - application/json If-Match: - - '"8d801265913e6de"' + - '"8d8013fa83bd3bb"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659520a0f\"","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Deleted"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fa87c3380\"","properties":{"immutabilityPeriodSinceCreationInDays":0,"state":"Deleted"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:08 GMT - etag: '"8d8012659520a0f"' + date: Tue, 26 May 2020 06:40:18 GMT + etag: '"8d8013fa87c3380"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -945,13 +1026,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fa8bc9309\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:09 GMT - etag: '"8d8012659900524"' + date: Tue, 26 May 2020 06:40:19 GMT + etag: '"8d8013fa8bc9309"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -960,7 +1041,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1192' + x-ms-ratelimit-remaining-subscription-writes: '1191' status: code: 200 message: OK @@ -976,13 +1057,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fa8bc9309\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:09 GMT - etag: '"8d8012659900524"' + date: Tue, 26 May 2020 06:40:19 GMT + etag: '"8d8013fa8bc9309"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1006,13 +1087,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8012659939BDA\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T03:39:09.0000000Z","immutabilityPolicy":{"etag":"\"8d8012659900524\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"updateHistory":[{"allowProtectedAppendWrites":true,"update":"put","immutabilityPeriodSinceCreationInDays":3,"timestamp":"2020-05-26T03:39:09.6077294Z","objectIdentifier":"123743cc-88ef-49ee-920e-13958fe5697d","tenantId":"00000000-0000-0000-0000-000000000000"}]},"legalHold":{"hasLegalHold":false,"tags":[]},"hasImmutabilityPolicy":true,"hasLegalHold":false}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8013FA8BEA468\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T06:40:19.0000000Z","immutabilityPolicy":{"etag":"\"8d8013fa8bc9309\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Unlocked"},"updateHistory":[{"allowProtectedAppendWrites":true,"update":"put","immutabilityPeriodSinceCreationInDays":3,"timestamp":"2020-05-26T06:40:19.8579488Z","objectIdentifier":"123743cc-88ef-49ee-920e-13958fe5697d","tenantId":"00000000-0000-0000-0000-000000000000"}]},"legalHold":{"hasLegalHold":false,"tags":[]},"hasImmutabilityPolicy":true,"hasLegalHold":false}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:09 GMT - etag: '"0x8D8012659939BDA"' + date: Tue, 26 May 2020 06:40:19 GMT + etag: '"0x8D8013FA8BEA468"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1033,15 +1114,15 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:10 GMT + date: Tue, 26 May 2020 06:40:20 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1053,7 +1134,7 @@ interactions: status: code: 200 message: OK - url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 - request: body: null headers: @@ -1065,13 +1146,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz?api-version=2019-06-01&$expand=stats response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8012658132F41\"","properties":{"shareUsageBytes":0,"lastModifiedTime":"2020-05-26T03:39:07.0000000Z","shareQuota":5120}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8013FA5FF65C8\"","properties":{"shareUsageBytes":0,"lastModifiedTime":"2020-05-26T06:40:15.0000000Z","shareQuota":5120}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:10 GMT - etag: '"0x8D8012658132F41"' + date: Tue, 26 May 2020 06:40:20 GMT + etag: '"0x8D8013FA5FF65C8"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1095,12 +1176,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T03:39:06.4817895Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/managementPolicies/default","name":"DefaultManagementPolicy","type":"Microsoft.Storage/storageAccounts/managementPolicies","properties":{"policy":{"rules":[{"enabled":true,"name":"olcmtest","type":"Lifecycle","definition":{"actions":{"baseBlob":{"tierToCool":{"daysAfterModificationGreaterThan":30.0},"tierToArchive":{"daysAfterModificationGreaterThan":90.0},"delete":{"daysAfterModificationGreaterThan":1000.0}},"snapshot":{"delete":{"daysAfterCreationGreaterThan":30.0}}},"filters":{"blobTypes":["blockBlob"],"prefixMatch":["olcmtestcontainer"]}}}]},"lastModifiedTime":"2020-05-26T06:40:14.6235652Z"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:10 GMT + date: Tue, 26 May 2020 06:40:20 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1124,12 +1205,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers?api-version=2019-06-01&$include=deleted response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8012659939BDA\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T03:39:09.0000000Z","hasImmutabilityPolicy":true,"hasLegalHold":false}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz","name":"containernamexxyyzz","type":"Microsoft.Storage/storageAccounts/blobServices/containers","etag":"\"0x8D8013FA8BEA468\"","properties":{"deleted":false,"remainingRetentionDays":0,"defaultEncryptionScope":"$account-encryption-key","denyEncryptionScopeOverride":false,"publicAccess":"None","leaseStatus":"Unlocked","leaseState":"Available","lastModifiedTime":"2020-05-26T06:40:19.0000000Z","hasImmutabilityPolicy":true,"hasLegalHold":false}}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:10 GMT + date: Tue, 26 May 2020 06:40:21 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1153,12 +1234,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:40:14.1395228Z","lastModifiedTime":"2020-05-26T06:40:14.1395228Z","state":"Enabled"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:11 GMT + date: Tue, 26 May 2020 06:40:21 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1182,12 +1263,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares?api-version=2019-06-01&$expand=deleted response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8012658132F41\"","properties":{"accessTier":"TransactionOptimized","lastModifiedTime":"2020-05-26T03:39:07.0000000Z","shareQuota":5120,"enabledProtocols":"SMB"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/fileServices/default/shares/filesharenamexxyyzz","name":"filesharenamexxyyzz","type":"Microsoft.Storage/storageAccounts/fileServices/shares","etag":"\"0x8D8013FA5FF65C8\"","properties":{"accessTier":"TransactionOptimized","lastModifiedTime":"2020-05-26T06:40:15.0000000Z","shareQuota":5120,"enabledProtocols":"SMB"}}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:11 GMT + date: Tue, 26 May 2020 06:40:21 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1217,7 +1298,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:11 GMT + date: Tue, 26 May 2020 06:40:21 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1246,7 +1327,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:11 GMT + date: Tue, 26 May 2020 06:40:22 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1275,7 +1356,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:12 GMT + date: Tue, 26 May 2020 06:40:22 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1299,12 +1380,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes?api-version=2019-06-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:40:14.1395228Z","lastModifiedTime":"2020-05-26T06:40:14.1395228Z","state":"Enabled"}}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:12 GMT + date: Tue, 26 May 2020 06:40:22 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1334,7 +1415,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:12 GMT + date: Tue, 26 May 2020 06:40:22 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1363,7 +1444,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:13 GMT + date: Tue, 26 May 2020 06:40:23 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1387,12 +1468,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:13 GMT + date: Tue, 26 May 2020 06:40:23 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1416,12 +1497,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:13 GMT + date: Tue, 26 May 2020 06:40:23 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1451,7 +1532,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:13 GMT + date: Tue, 26 May 2020 06:40:24 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -1475,19 +1556,19 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/3zbiis2lz0z0mvagxoe0mn24","name":"3zbiis2lz0z0mvagxoe0mn24","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:45:39.1479168Z","primaryEndpoints":{"blob":"https://3zbiis2lz0z0mvagxoe0mn24.blob.core.windows.net/","queue":"https://3zbiis2lz0z0mvagxoe0mn24.queue.core.windows.net/","table":"https://3zbiis2lz0z0mvagxoe0mn24.table.core.windows.net/","file":"https://3zbiis2lz0z0mvagxoe0mn24.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/48nc5xsopazmdt319zd182nk","name":"48nc5xsopazmdt319zd182nk","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:06:55.9720965Z","primaryEndpoints":{"blob":"https://48nc5xsopazmdt319zd182nk.blob.core.windows.net/","queue":"https://48nc5xsopazmdt319zd182nk.queue.core.windows.net/","table":"https://48nc5xsopazmdt319zd182nk.table.core.windows.net/","file":"https://48nc5xsopazmdt319zd182nk.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhatestdiag","name":"qiaozhatestdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-01T03:28:36.5776009Z","primaryEndpoints":{"blob":"https://qiaozhatestdiag.blob.core.windows.net/","queue":"https://qiaozhatestdiag.queue.core.windows.net/","table":"https://qiaozhatestdiag.table.core.windows.net/","file":"https://qiaozhatestdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-changlong/providers/Microsoft.Storage/storageAccounts/testchanglongdiag","name":"testchanglongdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:03:27.0377169Z","primaryEndpoints":{"blob":"https://testchanglongdiag.blob.core.windows.net/","queue":"https://testchanglongdiag.queue.core.windows.net/","table":"https://testchanglongdiag.table.core.windows.net/","file":"https://testchanglongdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/z7uon92zalebarxh8d31gl6o","name":"z7uon92zalebarxh8d31gl6o","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:34:00.5968347Z","primaryEndpoints":{"blob":"https://z7uon92zalebarxh8d31gl6o.blob.core.windows.net/","queue":"https://z7uon92zalebarxh8d31gl6o.queue.core.windows.net/","table":"https://z7uon92zalebarxh8d31gl6o.table.core.windows.net/","file":"https://z7uon92zalebarxh8d31gl6o.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/1r4tyc75pzzblo5fbr3e7mur","name":"1r4tyc75pzzblo5fbr3e7mur","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:00:29.8624810Z","primaryEndpoints":{"blob":"https://1r4tyc75pzzblo5fbr3e7mur.blob.core.windows.net/","queue":"https://1r4tyc75pzzblo5fbr3e7mur.queue.core.windows.net/","table":"https://1r4tyc75pzzblo5fbr3e7mur.table.core.windows.net/","file":"https://1r4tyc75pzzblo5fbr3e7mur.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/1ydxrd6izduvbhi1bo03r9za","name":"1ydxrd6izduvbhi1bo03r9za","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:25:37.3020933Z","primaryEndpoints":{"blob":"https://1ydxrd6izduvbhi1bo03r9za.blob.core.windows.net/","queue":"https://1ydxrd6izduvbhi1bo03r9za.queue.core.windows.net/","table":"https://1ydxrd6izduvbhi1bo03r9za.table.core.windows.net/","file":"https://1ydxrd6izduvbhi1bo03r9za.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/6vej6w2pz16grst6yn93t7v9","name":"6vej6w2pz16grst6yn93t7v9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:38:21.7831689Z","primaryEndpoints":{"blob":"https://6vej6w2pz16grst6yn93t7v9.blob.core.windows.net/","queue":"https://6vej6w2pz16grst6yn93t7v9.queue.core.windows.net/","table":"https://6vej6w2pz16grst6yn93t7v9.table.core.windows.net/","file":"https://6vej6w2pz16grst6yn93t7v9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Storage/storageAccounts/azuresdkfornodediag","name":"azuresdkfornodediag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-10T22:40:25.3405525Z","primaryEndpoints":{"blob":"https://azuresdkfornodediag.blob.core.windows.net/","queue":"https://azuresdkfornodediag.queue.core.windows.net/","table":"https://azuresdkfornodediag.table.core.windows.net/","file":"https://azuresdkfornodediag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Storage/storageAccounts/devboxdiag862","name":"devboxdiag862","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-06T17:53:31.2355702Z","primaryEndpoints":{"blob":"https://devboxdiag862.blob.core.windows.net/","queue":"https://devboxdiag862.queue.core.windows.net/","table":"https://devboxdiag862.table.core.windows.net/","file":"https://devboxdiag862.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/msi-test-functions/providers/Microsoft.Storage/storageAccounts/msitestfunctionbc63","name":"msitestfunctionbc63","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-14T18:44:56.8042783Z","primaryEndpoints":{"blob":"https://msitestfunctionbc63.blob.core.windows.net/","queue":"https://msitestfunctionbc63.queue.core.windows.net/","table":"https://msitestfunctionbc63.table.core.windows.net/","file":"https://msitestfunctionbc63.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-js/providers/Microsoft.Storage/storageAccounts/proxytestjs","name":"proxytestjs","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-01-17T18:51:15.9237740Z","primaryEndpoints":{"dfs":"https://proxytestjs.dfs.core.windows.net/","web":"https://proxytestjs.z22.web.core.windows.net/","blob":"https://proxytestjs.blob.core.windows.net/","queue":"https://proxytestjs.queue.core.windows.net/","table":"https://proxytestjs.table.core.windows.net/","file":"https://proxytestjs.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://proxytestjs-secondary.dfs.core.windows.net/","web":"https://proxytestjs-secondary.z22.web.core.windows.net/","blob":"https://proxytestjs-secondary.blob.core.windows.net/","queue":"https://proxytestjs-secondary.queue.core.windows.net/","table":"https://proxytestjs-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhadftest","name":"qiaozhadftest","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-18T13:26:28.5907139Z","primaryEndpoints":{"blob":"https://qiaozhadftest.blob.core.windows.net/","queue":"https://qiaozhadftest.queue.core.windows.net/","table":"https://qiaozhadftest.table.core.windows.net/","file":"https://qiaozhadftest.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Storage/storageAccounts/armpythonrgdiag","name":"armpythonrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-08T08:37:58.3603956Z","primaryEndpoints":{"blob":"https://armpythonrgdiag.blob.core.windows.net/","queue":"https://armpythonrgdiag.queue.core.windows.net/","table":"https://armpythonrgdiag.table.core.windows.net/","file":"https://armpythonrgdiag.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Storage/storageAccounts/cs192f95d8f3c67x4124x91c","name":"cs192f95d8f3c67x4124x91c","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-19T06:50:51.5705351Z","primaryEndpoints":{"dfs":"https://cs192f95d8f3c67x4124x91c.dfs.core.windows.net/","web":"https://cs192f95d8f3c67x4124x91c.z23.web.core.windows.net/","blob":"https://cs192f95d8f3c67x4124x91c.blob.core.windows.net/","queue":"https://cs192f95d8f3c67x4124x91c.queue.core.windows.net/","table":"https://cs192f95d8f3c67x4124x91c.table.core.windows.net/","file":"https://cs192f95d8f3c67x4124x91c.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ml-test/providers/Microsoft.Storage/storageAccounts/billymlteststorage","name":"billymlteststorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-11T04:48:02.7509575Z","primaryEndpoints":{"blob":"https://billymlteststorage.blob.core.windows.net/","queue":"https://billymlteststorage.queue.core.windows.net/","table":"https://billymlteststorage.table.core.windows.net/","file":"https://billymlteststorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/git2gridtesting/providers/Microsoft.Storage/storageAccounts/git2gridb900","name":"git2gridb900","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-13T01:56:00.3446936Z","primaryEndpoints":{"blob":"https://git2gridb900.blob.core.windows.net/","queue":"https://git2gridb900.queue.core.windows.net/","table":"https://git2gridb900.table.core.windows.net/","file":"https://git2gridb900.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Storage/storageAccounts/vpnlondiag","name":"vpnlondiag","type":"Microsoft.Storage/storageAccounts","location":"ukwest","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-08T20:09:35.2602311Z","primaryEndpoints":{"blob":"https://vpnlondiag.blob.core.windows.net/","queue":"https://vpnlondiag.queue.core.windows.net/","table":"https://vpnlondiag.table.core.windows.net/","file":"https://vpnlondiag.file.core.windows.net/"},"primaryLocation":"ukwest","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/3zbiis2lz0z0mvagxoe0mn24","name":"3zbiis2lz0z0mvagxoe0mn24","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:45:39.2260435Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:45:39.1479168Z","primaryEndpoints":{"blob":"https://3zbiis2lz0z0mvagxoe0mn24.blob.core.windows.net/","queue":"https://3zbiis2lz0z0mvagxoe0mn24.queue.core.windows.net/","table":"https://3zbiis2lz0z0mvagxoe0mn24.table.core.windows.net/","file":"https://3zbiis2lz0z0mvagxoe0mn24.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/48nc5xsopazmdt319zd182nk","name":"48nc5xsopazmdt319zd182nk","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:06:56.0502388Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:06:55.9720965Z","primaryEndpoints":{"blob":"https://48nc5xsopazmdt319zd182nk.blob.core.windows.net/","queue":"https://48nc5xsopazmdt319zd182nk.queue.core.windows.net/","table":"https://48nc5xsopazmdt319zd182nk.table.core.windows.net/","file":"https://48nc5xsopazmdt319zd182nk.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhatestdiag","name":"qiaozhatestdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-01T03:28:36.6558790Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-01T03:28:36.5776009Z","primaryEndpoints":{"blob":"https://qiaozhatestdiag.blob.core.windows.net/","queue":"https://qiaozhatestdiag.queue.core.windows.net/","table":"https://qiaozhatestdiag.table.core.windows.net/","file":"https://qiaozhatestdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-changlong/providers/Microsoft.Storage/storageAccounts/testchanglongdiag","name":"testchanglongdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:03:27.1157738Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:03:27.0377169Z","primaryEndpoints":{"blob":"https://testchanglongdiag.blob.core.windows.net/","queue":"https://testchanglongdiag.queue.core.windows.net/","table":"https://testchanglongdiag.table.core.windows.net/","file":"https://testchanglongdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/z7uon92zalebarxh8d31gl6o","name":"z7uon92zalebarxh8d31gl6o","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:34:00.6749902Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:34:00.5968347Z","primaryEndpoints":{"blob":"https://z7uon92zalebarxh8d31gl6o.blob.core.windows.net/","queue":"https://z7uon92zalebarxh8d31gl6o.queue.core.windows.net/","table":"https://z7uon92zalebarxh8d31gl6o.table.core.windows.net/","file":"https://z7uon92zalebarxh8d31gl6o.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_cafkkxao3up6mhasfalpf3bya4ckrefgcxmbhec7_4b3f70c7-334e-4380-968d-eeb13c406e05/providers/Microsoft.Storage/storageAccounts/1r4tyc75pzzblo5fbr3e7mur","name":"1r4tyc75pzzblo5fbr3e7mur","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T05:00:29.9405859Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T05:00:29.8624810Z","primaryEndpoints":{"blob":"https://1r4tyc75pzzblo5fbr3e7mur.blob.core.windows.net/","queue":"https://1r4tyc75pzzblo5fbr3e7mur.queue.core.windows.net/","table":"https://1r4tyc75pzzblo5fbr3e7mur.table.core.windows.net/","file":"https://1r4tyc75pzzblo5fbr3e7mur.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_pcodogvglm7lkk32ymil2uey4ohpexgcexgx5hc4_e48166ab-9535-46c0-aea5-65ab7ad129bc/providers/Microsoft.Storage/storageAccounts/1ydxrd6izduvbhi1bo03r9za","name":"1ydxrd6izduvbhi1bo03r9za","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-30T03:25:37.3489320Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-30T03:25:37.3020933Z","primaryEndpoints":{"blob":"https://1ydxrd6izduvbhi1bo03r9za.blob.core.windows.net/","queue":"https://1ydxrd6izduvbhi1bo03r9za.queue.core.windows.net/","table":"https://1ydxrd6izduvbhi1bo03r9za.table.core.windows.net/","file":"https://1ydxrd6izduvbhi1bo03r9za.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_awxdx7x2w42dnihlmciaropy454gia4tuk4kytfd_ba3e8225-b61a-4af4-8bcd-2c1827d6fb2e/providers/Microsoft.Storage/storageAccounts/6vej6w2pz16grst6yn93t7v9","name":"6vej6w2pz16grst6yn93t7v9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-28T08:38:21.8770511Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-28T08:38:21.7831689Z","primaryEndpoints":{"blob":"https://6vej6w2pz16grst6yn93t7v9.blob.core.windows.net/","queue":"https://6vej6w2pz16grst6yn93t7v9.queue.core.windows.net/","table":"https://6vej6w2pz16grst6yn93t7v9.table.core.windows.net/","file":"https://6vej6w2pz16grst6yn93t7v9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-node/providers/Microsoft.Storage/storageAccounts/azuresdkfornodediag","name":"azuresdkfornodediag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-10T22:40:25.4342475Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-10T22:40:25.3405525Z","primaryEndpoints":{"blob":"https://azuresdkfornodediag.blob.core.windows.net/","queue":"https://azuresdkfornodediag.queue.core.windows.net/","table":"https://azuresdkfornodediag.table.core.windows.net/","file":"https://azuresdkfornodediag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dev-box/providers/Microsoft.Storage/storageAccounts/devboxdiag862","name":"devboxdiag862","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-08-06T17:53:31.3605408Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-08-06T17:53:31.2355702Z","primaryEndpoints":{"blob":"https://devboxdiag862.blob.core.windows.net/","queue":"https://devboxdiag862.queue.core.windows.net/","table":"https://devboxdiag862.table.core.windows.net/","file":"https://devboxdiag862.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/msi-test-functions/providers/Microsoft.Storage/storageAccounts/msitestfunctionbc63","name":"msitestfunctionbc63","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-14T18:44:56.9136213Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-14T18:44:56.8042783Z","primaryEndpoints":{"blob":"https://msitestfunctionbc63.blob.core.windows.net/","queue":"https://msitestfunctionbc63.queue.core.windows.net/","table":"https://msitestfunctionbc63.table.core.windows.net/","file":"https://msitestfunctionbc63.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sdk-for-js/providers/Microsoft.Storage/storageAccounts/proxytestjs","name":"proxytestjs","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-17T18:51:16.0174916Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-01-17T18:51:15.9237740Z","primaryEndpoints":{"dfs":"https://proxytestjs.dfs.core.windows.net/","web":"https://proxytestjs.z22.web.core.windows.net/","blob":"https://proxytestjs.blob.core.windows.net/","queue":"https://proxytestjs.queue.core.windows.net/","table":"https://proxytestjs.table.core.windows.net/","file":"https://proxytestjs.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://proxytestjs-secondary.dfs.core.windows.net/","web":"https://proxytestjs-secondary.z22.web.core.windows.net/","blob":"https://proxytestjs-secondary.blob.core.windows.net/","queue":"https://proxytestjs-secondary.queue.core.windows.net/","table":"https://proxytestjs-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qiaozhatest/providers/Microsoft.Storage/storageAccounts/qiaozhadftest","name":"qiaozhadftest","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-18T13:26:28.6688154Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-18T13:26:28.5907139Z","primaryEndpoints":{"blob":"https://qiaozhadftest.blob.core.windows.net/","queue":"https://qiaozhadftest.queue.core.windows.net/","table":"https://qiaozhadftest.table.core.windows.net/","file":"https://qiaozhadftest.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arm-python-RG/providers/Microsoft.Storage/storageAccounts/armpythonrgdiag","name":"armpythonrgdiag","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T08:37:58.4541510Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-08T08:37:58.3603956Z","primaryEndpoints":{"blob":"https://armpythonrgdiag.blob.core.windows.net/","queue":"https://armpythonrgdiag.queue.core.windows.net/","table":"https://armpythonrgdiag.table.core.windows.net/","file":"https://armpythonrgdiag.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southeastasia/providers/Microsoft.Storage/storageAccounts/cs192f95d8f3c67x4124x91c","name":"cs192f95d8f3c67x4124x91c","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-19T06:50:51.6330046Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-19T06:50:51.5705351Z","primaryEndpoints":{"dfs":"https://cs192f95d8f3c67x4124x91c.dfs.core.windows.net/","web":"https://cs192f95d8f3c67x4124x91c.z23.web.core.windows.net/","blob":"https://cs192f95d8f3c67x4124x91c.blob.core.windows.net/","queue":"https://cs192f95d8f3c67x4124x91c.queue.core.windows.net/","table":"https://cs192f95d8f3c67x4124x91c.table.core.windows.net/","file":"https://cs192f95d8f3c67x4124x91c.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ml-test/providers/Microsoft.Storage/storageAccounts/billymlteststorage","name":"billymlteststorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-11T04:48:02.8290793Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-11T04:48:02.7509575Z","primaryEndpoints":{"blob":"https://billymlteststorage.blob.core.windows.net/","queue":"https://billymlteststorage.queue.core.windows.net/","table":"https://billymlteststorage.table.core.windows.net/","file":"https://billymlteststorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/git2gridtesting/providers/Microsoft.Storage/storageAccounts/git2gridb900","name":"git2gridb900","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-13T01:56:00.4853173Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-13T01:56:00.3446936Z","primaryEndpoints":{"blob":"https://git2gridb900.blob.core.windows.net/","queue":"https://git2gridb900.queue.core.windows.net/","table":"https://git2gridb900.table.core.windows.net/","file":"https://git2gridb900.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vpn-lon/providers/Microsoft.Storage/storageAccounts/vpnlondiag","name":"vpnlondiag","type":"Microsoft.Storage/storageAccounts","location":"ukwest","tags":{},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-08T20:09:35.3071398Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-08T20:09:35.2602311Z","primaryEndpoints":{"blob":"https://vpnlondiag.blob.core.windows.net/","queue":"https://vpnlondiag.queue.core.windows.net/","table":"https://vpnlondiag.table.core.windows.net/","file":"https://vpnlondiag.file.core.windows.net/"},"primaryLocation":"ukwest","statusOfPrimary":"available"}}]}' headers: cache-control: no-cache content-encoding: gzip - content-length: '3851' + content-length: '3869' content-type: application/json; charset=utf-8 - date: Tue, 26 May 2020 03:39:14 GMT + date: Tue, 26 May 2020 06:40:25 GMT expires: '-1' pragma: no-cache strict-transport-security: max-age=31536000; includeSubDomains vary: Accept-Encoding x-content-type-options: nosniff - x-ms-original-request-ids: c2c10203-8e4d-4078-bed4-04eb3ef239ec + x-ms-original-request-ids: 14a1ca1e-adba-4db0-a539-efc7499dbc54 status: code: 200 message: OK @@ -1509,7 +1590,7 @@ interactions: content-encoding: gzip content-length: '17584' content-type: application/json; charset=utf-8 - date: Tue, 26 May 2020 03:39:14 GMT + date: Tue, 26 May 2020 06:40:25 GMT expires: '-1' pragma: no-cache strict-transport-security: max-age=31536000; includeSubDomains @@ -2445,7 +2526,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:14 GMT + date: Tue, 26 May 2020 06:40:25 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2478,7 +2559,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:15 GMT + date: Tue, 26 May 2020 06:40:25 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2512,7 +2593,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:15 GMT + date: Tue, 26 May 2020 06:40:26 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2541,13 +2622,13 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 response: body: - string: '{"leaseId":"5564a855-a2c5-4b16-88b1-c32b986d8b43"}' + string: '{"leaseId":"62d3b192-4cf2-4e18-a42c-3fecb4b9e792"}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:16 GMT - etag: '"0x8D801265D7B00A9"' + date: Tue, 26 May 2020 06:40:26 GMT + etag: '"0x8D8013FAD0156F1"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2562,7 +2643,7 @@ interactions: message: OK url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/lease?api-version=2019-06-01 - request: - body: '{"action": "Break", "leaseId": "5564a855-a2c5-4b16-88b1-c32b986d8b43"}' + body: '{"action": "Break", "leaseId": "62d3b192-4cf2-4e18-a42c-3fecb4b9e792"}' headers: Accept: - application/json @@ -2581,8 +2662,8 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:16 GMT - etag: '"0x8D801265D7B00A9"' + date: Tue, 26 May 2020 06:40:26 GMT + etag: '"0x8D8013FAD0156F1"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2616,8 +2697,8 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:17 GMT - etag: '"0x8D801265E511504"' + date: Tue, 26 May 2020 06:40:27 GMT + etag: '"0x8D8013FADCEDDD8"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2626,7 +2707,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1191' + x-ms-ratelimit-remaining-subscription-writes: '1190' status: code: 200 message: OK @@ -2651,8 +2732,8 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:17 GMT - etag: '"0x8D801265E93451E"' + date: Tue, 26 May 2020 06:40:28 GMT + etag: '"0x8D8013FAE0EEE04"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2661,7 +2742,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1190' + x-ms-ratelimit-remaining-subscription-writes: '1189' status: code: 200 message: OK @@ -2681,12 +2762,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T03:39:06.0108858Z","lastModifiedTime":"2020-05-26T03:39:06.0108858Z","state":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/encryptionScopes/encryptionscopexxyyzz","type":"Microsoft.Storage/storageAccounts/encryptionScopes","name":"encryptionscopexxyyzz","properties":{"source":"Microsoft.Storage","keyVaultProperties":{},"creationTime":"2020-05-26T06:40:14.1395228Z","lastModifiedTime":"2020-05-26T06:40:14.1395228Z","state":"Enabled"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:17 GMT + date: Tue, 26 May 2020 06:40:28 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2695,7 +2776,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1189' + x-ms-ratelimit-remaining-subscription-writes: '1188' status: code: 200 message: OK @@ -2714,7 +2795,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:18 GMT + date: Tue, 26 May 2020 06:40:28 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2741,12 +2822,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/regenerateKey?api-version=2019-06-01 response: body: - string: '{"keys":[{"keyName":"key1","value":"iCt7284x/PCtmYiVvTaqQm3XQdDYxEicgNthZcBCZyVgb0kRdDeFY4jVL1Cc7vLtQ2CdsJ0mCj0fmNMnGRwFVg==","permissions":"FULL"},{"keyName":"key2","value":"gZYz6/Ox5D5X7R/AcUnk2jd6NUTG8augtR0LBTu1abJbz6ff2lmLqET0VH3NJ1uyhAQW2d56NEj1r4Nmq/kVlg==","permissions":"FULL"}]}' + string: '{"keys":[{"keyName":"key1","value":"s3kYtpE9F+UwXxanFtcswX5O1ubRz4Y5JDp2LOJiTErndquDVE6GZPaDlUCQOv7UJTEEHKD+sVEBM26hXyVkNA==","permissions":"FULL"},{"keyName":"key2","value":"GZjSF/ywocIR3umNzx+/t9dK5W7VS+NPH1Ztt+RSg3JGm+pTgMXuvSCoDGma3yzH9hiWlZCLcM28H4u6GJVkuA==","permissions":"FULL"}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:18 GMT + date: Tue, 26 May 2020 06:40:29 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2771,12 +2852,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/listKeys?api-version=2019-06-01&$expand=kerb response: body: - string: '{"keys":[{"keyName":"key1","value":"iCt7284x/PCtmYiVvTaqQm3XQdDYxEicgNthZcBCZyVgb0kRdDeFY4jVL1Cc7vLtQ2CdsJ0mCj0fmNMnGRwFVg==","permissions":"FULL"},{"keyName":"key2","value":"gZYz6/Ox5D5X7R/AcUnk2jd6NUTG8augtR0LBTu1abJbz6ff2lmLqET0VH3NJ1uyhAQW2d56NEj1r4Nmq/kVlg==","permissions":"FULL"}]}' + string: '{"keys":[{"keyName":"key1","value":"s3kYtpE9F+UwXxanFtcswX5O1ubRz4Y5JDp2LOJiTErndquDVE6GZPaDlUCQOv7UJTEEHKD+sVEBM26hXyVkNA==","permissions":"FULL"},{"keyName":"key2","value":"GZjSF/ywocIR3umNzx+/t9dK5W7VS+NPH1Ztt+RSg3JGm+pTgMXuvSCoDGma3yzH9hiWlZCLcM28H4u6GJVkuA==","permissions":"FULL"}]}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:18 GMT + date: Tue, 26 May 2020 06:40:30 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2806,12 +2887,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn?api-version=2019-06-01 response: body: - string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","name":"storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T03:37:45.0831169Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T03:37:45.0049917Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' + string: '{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn","name":"storageaccountxxyyzzn","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","name":"storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Network/privateEndpoints/endpoint123xxx"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionRequired":"None"}}}],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:39:01.4408679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:39:01.3471184Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyzzn.dfs.core.windows.net/","web":"https://storageaccountxxyyzzn.z6.web.core.windows.net/","blob":"https://storageaccountxxyyzzn.blob.core.windows.net/","queue":"https://storageaccountxxyyzzn.queue.core.windows.net/","table":"https://storageaccountxxyyzzn.table.core.windows.net/","file":"https://storageaccountxxyyzzn.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:19 GMT + date: Tue, 26 May 2020 06:40:30 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2820,7 +2901,7 @@ interactions: transfer-encoding: chunked vary: Accept-Encoding x-content-type-options: nosniff - x-ms-ratelimit-remaining-subscription-writes: '1188' + x-ms-ratelimit-remaining-subscription-writes: '1187' status: code: 200 message: OK @@ -2831,20 +2912,20 @@ interactions: Accept: - application/json If-Match: - - '"8d8012659900524"' + - '"8d8013fa8bc9309"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/lock?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d80126602832fc\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fb00c2dbd\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":3,"state":"Locked"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:20 GMT - etag: '"8d80126602832fc"' + date: Tue, 26 May 2020 06:40:31 GMT + etag: '"8d8013fb00c2dbd"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2868,20 +2949,20 @@ interactions: Content-Type: - application/json If-Match: - - '"8d80126602832fc"' + - '"8d8013fb00c2dbd"' User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default/extend?api-version=2019-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d801266066301f\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/blobServices/default/containers/containernamexxyyzz/immutabilityPolicies/default","name":"default","type":"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies","etag":"\"8d8013fb04a2a9e\"","properties":{"allowProtectedAppendWrites":true,"immutabilityPeriodSinceCreationInDays":100,"state":"Locked"}}' headers: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:20 GMT - etag: '"8d801266066301f"' + date: Tue, 26 May 2020 06:40:31 GMT + etag: '"8d8013fb04a2a9e"' expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2915,7 +2996,7 @@ interactions: cache-control: no-cache content-encoding: gzip content-type: application/json - date: Tue, 26 May 2020 03:39:21 GMT + date: Tue, 26 May 2020 06:40:32 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2942,7 +3023,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:21 GMT + date: Tue, 26 May 2020 06:40:33 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2960,7 +3041,7 @@ interactions: User-Agent: - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 response: body: string: '' @@ -2968,7 +3049,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:23 GMT + date: Tue, 26 May 2020 06:40:48 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -2979,7 +3060,7 @@ interactions: status: code: 200 message: OK - url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.e1455790-2ca1-4779-9cac-52e33bac293c?api-version=2019-06-01 + url: https://management.azure.com/subscriptions/92f95d8f-3c67-4124-91c7-8cf07cdbf241/resourceGroups/test_cli_mgmt_storage_async_test_storage5399107f/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyzzn/privateEndpointConnections/storageaccountxxyyzzn.7d511e86-f1a2-49d7-a75a-ddaf6237bd63?api-version=2019-06-01 - request: body: null headers: @@ -2994,7 +3075,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:24 GMT + date: Tue, 26 May 2020 06:40:48 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -3020,7 +3101,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:24 GMT + date: Tue, 26 May 2020 06:40:49 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 @@ -3046,7 +3127,7 @@ interactions: cache-control: no-cache content-length: '0' content-type: text/plain; charset=utf-8 - date: Tue, 26 May 2020 03:39:30 GMT + date: Tue, 26 May 2020 06:40:55 GMT expires: '-1' pragma: no-cache server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 diff --git a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py index c52e377c4d9e..f02b5b26dd40 100644 --- a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py +++ b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage.py @@ -24,10 +24,11 @@ # file_shares: 5/5 # management_policies: 3/3 # operations: 1/1 +# object_replication_policies_operations: 0/4 # private_endpoint_connections: 3/3 # private_link_resources: 1/1 # skus: 1/1 -# storage_accounts: 11/14 +# storage_accounts: 10/14 # usages: 1/1 import datetime as dt @@ -116,7 +117,6 @@ def create_endpoint(self, group_name, location, vnet_name, sub_net, endpoint_nam return result.result().id else: return "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/" + group_name + "/providers/Microsoft.Network/privateEndpoints/" + endpoint_name - @ResourceGroupPreparer(location=AZURE_LOCATION) def test_storage(self, resource_group): @@ -124,6 +124,7 @@ def test_storage(self, resource_group): SUBSCRIPTION_ID = self.settings.SUBSCRIPTION_ID RESOURCE_GROUP = resource_group.name STORAGE_ACCOUNT_NAME = "storageaccountxxyyzzn" # TODO: need change a random name, if need run live test again. + DEST_STORAGE_ACCOUNT_NAME = "storageaccountxxyyzznnx" FILE_SERVICE_NAME = "fileservicexxyyzz" SHARE_NAME = "filesharenamexxyyzz" BLOB_SERVICE_NAME = "blobservicexxyyzz" @@ -138,6 +139,7 @@ def test_storage(self, resource_group): PROBES = "probe123" PRIVATE_ENDPOINT = "endpoint123xxx" PRIVATE_ENDPOINT_CONNECTION_NAME = "privateEndpointConnection" + OBJECT_REPLICATION_POLICY_NAME = "default" # StorageAccountCreate[put] BODY = { @@ -175,6 +177,18 @@ def test_storage(self, resource_group): result = self.mgmt_client.storage_accounts.begin_create(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) storageaccount = result.result() + # Create destination storage account + # result = self.mgmt_client.storage_accounts.begin_create(resource_group.name, DEST_STORAGE_ACCOUNT_NAME, BODY) + + # TODO: [Kaihui] feature is unavailable + # Create object replication policy + # BODY = { + # "source_account": STORAGE_ACCOUNT_NAME, + # "destination_account": DEST_STORAGE_ACCOUNT_NAME, + # "rules": [] + # } + # result = self.mgmt_client.object_replication_policies.create_or_update(resource_group.name, STORAGE_ACCOUNT_NAME, OBJECT_REPLICATION_POLICY_NAME, BODY) + self.create_endpoint( resource_group.name, AZURE_LOCATION, @@ -387,12 +401,12 @@ def test_storage(self, resource_group): # StorageAccountPutPrivateEndpointConnection[put] BODY = { "private_link_service_connection_state": { - "status": "Approved", + # "status": "Approved", + "status": "Rejected", # it has been approved, so test `Rejected` "description": "Auto-Approved" } } - # [ZIM] this api stopped working - # result = self.mgmt_client.private_endpoint_connections.put(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME, BODY) + result = self.mgmt_client.private_endpoint_connections.put(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME, BODY) # PutContainers[put] result = self.mgmt_client.blob_containers.create(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, {}) @@ -424,6 +438,10 @@ def test_storage(self, resource_group): parameters=BODY) ETAG = result.etag + # TODO: [Kaihui] feature is unavailable + # Get object replication policy + # result = self.mgmt_client.object_replication_policies.get(resource_group.name, STORAGE_ACCOUNT_NAME, OBJECT_REPLICATION_POLICY_NAME) + # GetImmutabilityPolicy[get] result = self.mgmt_client.blob_containers.get_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME) @@ -460,6 +478,10 @@ def test_storage(self, resource_group): # StorageAccountEncryptionScopeList[get] result = self.mgmt_client.encryption_scopes.list(resource_group.name, STORAGE_ACCOUNT_NAME) + # TODO: [Kaihui] feature is unavailable + # List object replication policy + # result = self.mgmt_client.object_replication_policies.list(resource_group.name, STORAGE_ACCOUNT_NAME) + # ListBlobServices[get] result = self.mgmt_client.blob_services.list(resource_group.name, STORAGE_ACCOUNT_NAME) @@ -664,6 +686,7 @@ def test_storage(self, resource_group): # StorageAccountFailover # [ZIM] tis testcase fails + # TODO: [Kaihui] about this issue: https://github.com/Azure/azure-sdk-for-python/issues/11292 # result = self.mgmt_client.storage_accounts.begin_failover(resource_group.name, STORAGE_ACCOUNT_NAME) #result = result.result() @@ -697,6 +720,10 @@ def test_storage(self, resource_group): # StorageAccountDeleteManagementPolicies[delete] result = self.mgmt_client.management_policies.delete(resource_group.name, STORAGE_ACCOUNT_NAME) + # TODO: [Kaihui] feature is unavailable + # Delete object replication policy + # result = self.mgmt_client.object_replication_policies.delete(resource_group.name, STORAGE_ACCOUNT_NAME, OBJECT_REPLICATION_POLICY_NAME) + # StorageAccountDelete[delete] result = self.mgmt_client.storage_accounts.delete(resource_group.name, STORAGE_ACCOUNT_NAME) diff --git a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py index 062e80edaae7..8f782c315972 100644 --- a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py +++ b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py @@ -333,8 +333,7 @@ def test_storage(self, resource_group): self.mgmt_client.blob_services.set_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) ) - # TODO: don't have encryption scopes - # # StorageAccountPutEncryptionScope[put] + # StorageAccountPutEncryptionScope[put] BODY = { "source": "Microsoft.Storage", "state": "Enabled" @@ -403,12 +402,14 @@ def test_storage(self, resource_group): # StorageAccountPutPrivateEndpointConnection[put] BODY = { "private_link_service_connection_state": { - "status": "Approved", + # "status": "Approved", + "status": "Rejected", # it has been approved, so test `Rejected` "description": "Auto-Approved" } } - # [ZIM] this api stopped working - # result = self.mgmt_client.private_endpoint_connections.put(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME, BODY) + result = self.event_loop.run_until_complete( + self.mgmt_client.private_endpoint_connections.put(resource_group.name, STORAGE_ACCOUNT_NAME, PRIVATE_ENDPOINT_CONNECTION_NAME, BODY) + ) # PutContainers[put] result = self.event_loop.run_until_complete( From 13bd23fecec97bac6b21e04ba66da7351d834a50 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 26 May 2020 14:50:12 +0800 Subject: [PATCH 3/4] remove old recording --- ...li_mgmt_storage.test_storage_failover.yaml | 134 ------------------ 1 file changed, 134 deletions(-) delete mode 100644 sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml diff --git a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml b/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml deleted file mode 100644 index 85c8af758819..000000000000 --- a/sdk/storage/azure-mgmt-storage/tests/recordings/test_cli_mgmt_storage.test_storage_failover.yaml +++ /dev/null @@ -1,134 +0,0 @@ -interactions: -- request: - body: '{"sku": {"name": "Standard_LRS"}, "kind": "StorageV2", "location": "westeurope", - "tags": {"key1": "value1", "key2": "value2"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '126' - Content-Type: - - application/json - User-Agent: - - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz?api-version=2019-06-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - content-type: - - text/plain; charset=utf-8 - date: - - Tue, 26 May 2020 06:19:31 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6d50a236-4002-4530-b442-6e1d34e2b396?monitor=true&api-version=2019-06-01 - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6d50a236-4002-4530-b442-6e1d34e2b396?monitor=true&api-version=2019-06-01 - response: - body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz","name":"storageaccountxxyyz","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"key1":"value1","key2":"value2"},"properties":{"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:19:31.1744867Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-26T06:19:31.1744867Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-26T06:19:31.0963749Z","primaryEndpoints":{"dfs":"https://storageaccountxxyyz.dfs.core.windows.net/","web":"https://storageaccountxxyyz.z6.web.core.windows.net/","blob":"https://storageaccountxxyyz.blob.core.windows.net/","queue":"https://storageaccountxxyyz.queue.core.windows.net/","table":"https://storageaccountxxyyz.table.core.windows.net/","file":"https://storageaccountxxyyz.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}}' - headers: - cache-control: - - no-cache - content-length: - - '1365' - content-type: - - application/json - date: - - Tue, 26 May 2020 06: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 - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-azure-mgmt-storage/10.0.0b1 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_storage_test_storage_failover865711b9/providers/Microsoft.Storage/storageAccounts/storageaccountxxyyz/failover?api-version=2019-06-01 - response: - body: - string: '{"error":{"code":"InvalidAccountType","message":"The AccountType Standard_LRS - is invalid. For more information, see - https://aka.ms/accountfailoverprerequisites"}}' - headers: - cache-control: - - no-cache - content-length: - - '164' - content-type: - - application/json - date: - - Tue, 26 May 2020 06: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-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 400 - message: Bad Request -version: 1 From 91be33dfd768579b2830baf212c8f1f3d5460538 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 2 Jun 2020 13:40:45 +0800 Subject: [PATCH 4/4] add .result for async poller --- .../tests/test_cli_mgmt_storage_async.py | 134 +----------------- 1 file changed, 5 insertions(+), 129 deletions(-) diff --git a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py index 8f782c315972..a9dded3c9d09 100644 --- a/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py +++ b/sdk/storage/azure-mgmt-storage/tests/test_cli_mgmt_storage_async.py @@ -5,31 +5,6 @@ # Licensed under the MIT License. See License.txt in the project root for # license information. #-------------------------------------------------------------------------- - - -# TEST SCENARIO COVERAGE -# ---------------------- -# Methods Total : 52 -# Methods Covered : 52 -# Examples Total : 55 -# Examples Tested : 55 -# Coverage % : 100 -# ---------------------- - -# current methods coverage: -# blob_containers: 13/13 -# blob_services: 3/3 -# encryption_scopes: 4/4 -# file_services: 3/3 -# file_shares: 5/5 -# management_policies: 3/3 -# operations: 1/1 -# private_endpoint_connections: 3/3 -# private_link_resources: 1/1 -# skus: 1/1 -# storage_accounts: 11/14 -# usages: 1/1 - import datetime as dt import unittest @@ -103,7 +78,6 @@ def create_endpoint(self, group_name, location, vnet_name, sub_net, endpoint_nam "privateLinkServiceConnections": [ { "name": "myconnection", - # "private_link_service_id": "/subscriptions/" + self.settings.SUBSCRIPTION_ID + "/resourceGroups/" + group_name + "/providers/Microsoft.Storage/storageAccounts/" + STORAGE_ACCOUNT_NAME + "" "private_link_service_id": resource_id, "group_ids": ["blob"] } @@ -148,14 +122,6 @@ def test_storage(self, resource_group): }, "kind": "StorageV2", # Storage v2 support policy "location": "westeurope", - # TODO: The value 'True' is not allowed for property isHnsEnabled - # "is_hns_enabled": True, - # TODO:Unsupport - # "routing_preference": { - # "routing_choice": "MicrosoftRouting", - # "publish_microsoft_endpoints": True, - # "publish_internet_endpoints": True - # }, "encryption": { "services": { "file": { @@ -174,8 +140,11 @@ def test_storage(self, resource_group): "key2": "value2" } } + result = self.event_loop.run_until_complete( + self.mgmt_client.storage_accounts.begin_create(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + ) storageaccount = self.event_loop.run_until_complete( - self.mgmt_client.storage_accounts.create(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) + result.result() ) self.create_endpoint( @@ -322,12 +291,7 @@ def test_storage(self, resource_group): "delete_retention_policy": { "enabled": True, "days": "300" - }, - # "is_versioning_enabled": True, - # TODO: unsupport - # "change_feed": { - # "enabled": True - # } + } } result = self.event_loop.run_until_complete( self.mgmt_client.blob_services.set_service_properties(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) @@ -619,12 +583,6 @@ def test_storage(self, resource_group): ) # # StorageAccountPatchEncryptionScope[patch] - # BODY = { - # "source": "Microsoft.KeyVault", - # "key_vault_properties": { - # "key_uri": "https://testvault.vault.core.windows.net/keys/key1/863425f1358359c" - # } - # } BODY = { "source": "Microsoft.Storage", "state": "Enabled" @@ -638,50 +596,6 @@ def test_storage(self, resource_group): self.mgmt_client.storage_accounts.revoke_user_delegation_keys(resource_group.name, STORAGE_ACCOUNT_NAME) ) - # # TODO: FeatureUnavailableInLocation - # # # BlobRangesRestore[post] - # time_to_restore = (dt.datetime.now(tz=UTC()) - dt.timedelta(minutes=10)).isoformat() - # BODY = { - # "time_to_restore": time_to_restore, - # "blob_ranges": [ - # { - # "start_range": "container/blobpath1", - # "end_range": "container/blobpath2" - # }, - # { - # "start_range": "container2/blobpath3", - # "end_range": "" - # } - # ] - # } - # result = self.mgmt_client.storage_accounts.restore_blob_ranges(resource_group.name, STORAGE_ACCOUNT_NAME, BODY["time_to_restore"], BODY["blob_ranges"]) - # result = result.result() - - # # TODO: Wrong parameters - # StorageAccountListServiceSAS[post] - # signed_expiry = (dt.datetime.now(tz=UTC()) - dt.timedelta(days=2)).isoformat() - # BODY = { - # "canonicalized_resource": "/blob/sto1299/music", - # "signed_resource": "c", - # "signed_permission": "l", - # "signed_expiry": signed_expiry - # } - # result = self.mgmt_client.storage_accounts.list_service_sas(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) - - # TODO: Wrong parameters - # # StorageAccountListAccountSAS[post] - # signed_start = dt.datetime.now(tz=UTC()).isoformat() - # BODY = { - # "signed_services": "b", - # "signed_resource_types": "s", - # "signed_permission": "r", - # "signed_protocol": "https,http", - # "signed_start": signed_start, - # "signed_expiry": signed_expiry, - # "key_to_sign": "key1" - # } - # result = self.mgmt_client.storage_accounts.list_account_sas(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) - # StorageAccountRegenerateKey[post] BODY = { "key_name": "key2" @@ -690,50 +604,17 @@ def test_storage(self, resource_group): self.mgmt_client.storage_accounts.regenerate_key(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) ) - """ TODO: Key name kerb2 is not valid. - # StorageAccountRegenerateKerbKey[post] - # BODY = { - # "key_name": "kerb2" - # } - KEY_NAME = "kerb2" - result = self.mgmt_client.storage_accounts.regenerate_key(resource_group.name, STORAGE_ACCOUNT_NAME, KEY_NAME) - """ - # StorageAccountListKeys[post] # Why this `list` operation doesn't return AsyncIterable like other list operation. result = self.event_loop.run_until_complete( self.mgmt_client.storage_accounts.list_keys(resource_group.name, STORAGE_ACCOUNT_NAME) ) - # """ TODO: FeatureUnavailableInLocation - # # StorageAccountEnableAD[patch] - # BODY = { - # "azure_files_identity_based_authentication": { - # "directory_service_options": "AD", - # "active_directory_properties": { - # "domain_name": "adtest.com", - # "net_bios_domain_name": "adtest.com", - # "forest_name": "adtest.com", - # "domain_guid": "aebfc118-9fa9-4732-a21f-d98e41a77ae1", - # "domain_sid": "S-1-5-21-2400535526-2334094090-2402026252", - # "azure_storage_sid": "S-1-5-21-2400535526-2334094090-2402026252-0012" - # } - # } - # } - # result = self.mgmt_client.storage_accounts.update(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) - # """ - # StorageAccountUpdate[patch] BODY = { "network_acls": { "default_action": "Allow" }, - # TODO: Message: Routing Preferences is not supported for the account. - # "routing_preference": { - # "routing_choice": "MicrosoftRouting", - # "publish_microsoft_endpoints": True, - # "publish_internet_endpoints": True - # }, "encryption": { "services": { "file": { @@ -752,11 +633,6 @@ def test_storage(self, resource_group): self.mgmt_client.storage_accounts.update(resource_group.name, STORAGE_ACCOUNT_NAME, BODY) ) - # StorageAccountFailover - # [ZIM] tis testcase fails - # result = self.mgmt_client.storage_accounts.begin_failover(resource_group.name, STORAGE_ACCOUNT_NAME) - #result = result.result() - # LockImmutabilityPolicy[post] result = self.event_loop.run_until_complete( self.mgmt_client.blob_containers.lock_immutability_policy(resource_group.name, STORAGE_ACCOUNT_NAME, CONTAINER_NAME, ETAG)